Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bac33b62 authored by Paul Keith's avatar Paul Keith Committed by Andreas Schneider
Browse files

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: default avatarPaul Keith <javelinanddart@gmail.com>
parent 119a4b87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.