1 # SPDX-License-Identifier: GPL-2.0
3 tristate "exFAT fs support"
7 This adds support for the exFAT file system.
10 bool "enable discard support"
14 config EXFAT_DELAYED_SYNC
15 bool "enable delayed sync"
19 config EXFAT_KERNEL_DEBUG
20 bool "enable kernel debug features via ioctl"
24 config EXFAT_DEBUG_MSG
25 bool "print debug messages"
29 config EXFAT_DEFAULT_CODEPAGE
30 int "Default codepage for exFAT"
34 This option should be set to the codepage of your exFAT filesystems.
36 config EXFAT_DEFAULT_IOCHARSET
37 string "Default iocharset for exFAT"
41 Set this to the default input/output character set you'd like exFAT to use.