summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Keith <javelinanddart@gmail.com>2018-03-22 18:04:58 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-03-22 18:13:47 +0100
commitbac33b62ec411bb153bceee173c7fef0b07366b3 (patch)
tree446ffb8274e9754ca954d011531754306d896337
parent119a4b876087168fc57702b678151058977a3529 (diff)
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>
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 88cafc14bd87..3a15bbb55526 100644
--- a/Kconfig
+++ b/Kconfig
@@ -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.