fs: sdfat: Fix default SDFAT_USE_FOR_VFAT
* This matches what other devices are using, and this only shows up if VFAT is off in the first place Signed-off-by: Paul Keith <javelinanddart@gmail.com>
This commit is contained in:
parent
119a4b8760
commit
bac33b62ec
2
Kconfig
2
Kconfig
|
|
@ -24,7 +24,7 @@ config SDFAT_USE_FOR_EXFAT
|
||||||
|
|
||||||
config SDFAT_USE_FOR_VFAT
|
config SDFAT_USE_FOR_VFAT
|
||||||
bool "Register sdFAT as VFAT"
|
bool "Register sdFAT as VFAT"
|
||||||
default n
|
default y
|
||||||
depends on SDFAT_FS && !VFAT_FS
|
depends on SDFAT_FS && !VFAT_FS
|
||||||
help
|
help
|
||||||
If you want to register sdFAT as available for VFAT, say Y.
|
If you want to register sdFAT as available for VFAT, say Y.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue