1 # SPDX-License-Identifier: GPL-2.0
3 tristate "exFAT fs support"
7 This adds support for the exFAT file system.
9 config EXFAT_DONT_MOUNT_VFAT
10 bool "Prohibit mounting of fat/vfat filesystems by exFAT"
14 By default, the exFAT driver will only mount exFAT filesystems, and refuse
15 to mount fat/vfat filesystems. Set this to 'n' to allow the exFAT driver
16 to mount these filesystems.
19 bool "enable discard support"
23 config EXFAT_DELAYED_SYNC
24 bool "enable delayed sync"
28 config EXFAT_KERNEL_DEBUG
29 bool "enable kernel debug features via ioctl"
33 config EXFAT_DEBUG_MSG
34 bool "print debug messages"
38 config EXFAT_DEFAULT_CODEPAGE
39 int "Default codepage for exFAT"
43 This option should be set to the codepage of your exFAT filesystems.
45 config EXFAT_DEFAULT_IOCHARSET
46 string "Default iocharset for exFAT"
50 Set this to the default input/output character set you'd like exFAT to use.