xref: /linux/fs/exfat/Kconfig (revision 9636e650e16f6b01f0044f7662074958c23e4707)
1b9d1e2e6SNamjae Jeon# SPDX-License-Identifier: GPL-2.0-or-later
2b9d1e2e6SNamjae Jeon
3b9d1e2e6SNamjae Jeonconfig EXFAT_FS
4b9d1e2e6SNamjae Jeon	tristate "exFAT filesystem support"
5b9d1e2e6SNamjae Jeon	select NLS
6*9636e650SChristoph Hellwig	select LEGACY_DIRECT_IO
7b9d1e2e6SNamjae Jeon	help
8b9d1e2e6SNamjae Jeon	  This allows you to mount devices formatted with the exFAT file system.
9b9d1e2e6SNamjae Jeon	  exFAT is typically used on SD-Cards or USB sticks.
10b9d1e2e6SNamjae Jeon
11b9d1e2e6SNamjae Jeon	  To compile this as a module, choose M here: the module will be called
12b9d1e2e6SNamjae Jeon	  exfat.
13b9d1e2e6SNamjae Jeon
14b9d1e2e6SNamjae Jeonconfig EXFAT_DEFAULT_IOCHARSET
15b9d1e2e6SNamjae Jeon	string "Default iocharset for exFAT"
16b9d1e2e6SNamjae Jeon	default "utf8"
17b9d1e2e6SNamjae Jeon	depends on EXFAT_FS
18b9d1e2e6SNamjae Jeon	help
19b9d1e2e6SNamjae Jeon	  Set this to the default input/output character set to use for
2031f5acc0SGeert Uytterhoeven	  converting between the encoding that is used for user visible
2131f5acc0SGeert Uytterhoeven	  filenames and the UTF-16 character encoding that the exFAT
2231f5acc0SGeert Uytterhoeven	  filesystem uses.  This can be overridden with the "iocharset" mount
2331f5acc0SGeert Uytterhoeven	  option for the exFAT filesystems.
24