Merge tag 'rtc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux-block.git] / fs / exfat / Kconfig
CommitLineData
b9d1e2e6
NJ
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3config EXFAT_FS
4 tristate "exFAT filesystem support"
5 select NLS
9636e650 6 select LEGACY_DIRECT_IO
b9d1e2e6
NJ
7 help
8 This allows you to mount devices formatted with the exFAT file system.
9 exFAT is typically used on SD-Cards or USB sticks.
10
11 To compile this as a module, choose M here: the module will be called
12 exfat.
13
14config EXFAT_DEFAULT_IOCHARSET
15 string "Default iocharset for exFAT"
16 default "utf8"
17 depends on EXFAT_FS
18 help
19 Set this to the default input/output character set to use for
31f5acc0
GU
20 converting between the encoding that is used for user visible
21 filenames and the UTF-16 character encoding that the exFAT
22 filesystem uses. This can be overridden with the "iocharset" mount
23 option for the exFAT filesystems.