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:
Paul Keith 2018-03-22 18:04:58 +01:00 committed by Andreas Schneider
parent 119a4b8760
commit bac33b62ec
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ config SDFAT_USE_FOR_EXFAT
config SDFAT_USE_FOR_VFAT
bool "Register sdFAT as VFAT"
default n
default y
depends on SDFAT_FS && !VFAT_FS
help
If you want to register sdFAT as available for VFAT, say Y.