Skip to content

Commit 4235dbf

Browse files
JordanYatesnashif
authored andcommitted
fs: fatfs: add missing dependency
Add a missing dependency on `!FS_FATFS_READ_ONLY`` for `FS_FATFS_MKFS`. Signed-off-by: Jordan Yates <[email protected]>
1 parent 3406515 commit 4235dbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/fs/Kconfig.fatfs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ config FS_FATFS_READ_ONLY
2626

2727
config FS_FATFS_MKFS
2828
bool "mkfs support for FAT FS"
29+
depends on !FS_FATFS_READ_ONLY
2930
default y if FILE_SYSTEM_MKFS
3031
help
3132
Adds code for creating disks with FAT file system.

0 commit comments

Comments
 (0)