fs: sdfat: Add config option to register sdFAT for exFAT
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / fs / sdfat / Kconfig
index e849b25af3474ca176261afb99df84be8d0a8944..62eb87bab6f6e5d3cf03b027b33c99faadf61402 100644 (file)
@@ -15,6 +15,13 @@ config SDFAT_FS
          To compile this as a module, choose M here: the module will be called
          sdfat_core and sdfat_fs.
 
+config SDFAT_USE_FOR_EXFAT
+       bool "Register sdFAT as exFAT"
+       default y
+       depends on SDFAT_FS && !EXFAT_FS
+       help
+         If you want to register sdFAT as available for exFAT, say Y.
+
 config SDFAT_DELAYED_META_DIRTY
        bool "Enable delayed metadata dirty"
        default y