]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/staging/exfat/Kconfig
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[linux.git] / drivers / staging / exfat / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config EXFAT_FS
3         tristate "exFAT fs support"
4         depends on BLOCK
5         select NLS
6         help
7           This adds support for the exFAT file system.
8
9 config EXFAT_DISCARD
10         bool "enable discard support"
11         depends on EXFAT_FS
12         default y
13
14 config EXFAT_DELAYED_SYNC
15         bool "enable delayed sync"
16         depends on EXFAT_FS
17         default n
18
19 config EXFAT_KERNEL_DEBUG
20         bool "enable kernel debug features via ioctl"
21         depends on EXFAT_FS
22         default n
23
24 config EXFAT_DEBUG_MSG
25         bool "print debug messages"
26         depends on EXFAT_FS
27         default n
28
29 config EXFAT_DEFAULT_CODEPAGE
30         int "Default codepage for exFAT"
31         default 437
32         depends on EXFAT_FS
33         help
34           This option should be set to the codepage of your exFAT filesystems.
35
36 config EXFAT_DEFAULT_IOCHARSET
37         string "Default iocharset for exFAT"
38         default "utf8"
39         depends on EXFAT_FS
40         help
41           Set this to the default input/output character set you'd like exFAT to use.