1 # SPDX-License-Identifier: GPL-2.0-or-later 1 # SPDX-License-Identifier: GPL-2.0-or-later 2 2 3 config EXFAT_FS 3 config EXFAT_FS 4 tristate "exFAT filesystem support" 4 tristate "exFAT filesystem support" 5 select BUFFER_HEAD << 6 select NLS 5 select NLS 7 select LEGACY_DIRECT_IO << 8 help 6 help 9 This allows you to mount devices for 7 This allows you to mount devices formatted with the exFAT file system. 10 exFAT is typically used on SD-Cards 8 exFAT is typically used on SD-Cards or USB sticks. 11 9 12 To compile this as a module, choose 10 To compile this as a module, choose M here: the module will be called 13 exfat. 11 exfat. 14 12 15 config EXFAT_DEFAULT_IOCHARSET 13 config EXFAT_DEFAULT_IOCHARSET 16 string "Default iocharset for exFAT" 14 string "Default iocharset for exFAT" 17 default "utf8" 15 default "utf8" 18 depends on EXFAT_FS 16 depends on EXFAT_FS 19 help 17 help 20 Set this to the default input/output 18 Set this to the default input/output character set to use for 21 converting between the encoding that 19 converting between the encoding that is used for user visible 22 filenames and the UTF-16 character e 20 filenames and the UTF-16 character encoding that the exFAT 23 filesystem uses. This can be overri 21 filesystem uses. This can be overridden with the "iocharset" mount 24 option for the exFAT filesystems. 22 option for the exFAT filesystems.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.