1 # SPDX-License-Identifier: GPL-2.0
2 config STAGING_EXFAT_FS
3 tristate "exFAT fs support"
7 This adds support for the exFAT file system.
9 config STAGING_EXFAT_DISCARD
10 bool "enable discard support"
11 depends on STAGING_EXFAT_FS
14 config STAGING_EXFAT_DELAYED_SYNC
15 bool "enable delayed sync"
16 depends on STAGING_EXFAT_FS
19 config STAGING_EXFAT_KERNEL_DEBUG
20 bool "enable kernel debug features via ioctl"
21 depends on STAGING_EXFAT_FS
24 config STAGING_EXFAT_DEBUG_MSG
25 bool "print debug messages"
26 depends on STAGING_EXFAT_FS
29 config STAGING_EXFAT_DEFAULT_CODEPAGE
30 int "Default codepage for exFAT"
32 depends on STAGING_EXFAT_FS
34 This option should be set to the codepage of your exFAT filesystems.
36 config STAGING_EXFAT_DEFAULT_IOCHARSET
37 string "Default iocharset for exFAT"
39 depends on STAGING_EXFAT_FS
41 Set this to the default input/output character set you'd like exFAT to use.