^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-or-later
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) config EXFAT_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) tristate "exFAT filesystem support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) select NLS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) This allows you to mount devices formatted with the exFAT file system.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) exFAT is typically used on SD-Cards or USB sticks.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) To compile this as a module, choose M here: the module will be called
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) exfat.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) config EXFAT_DEFAULT_IOCHARSET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) string "Default iocharset for exFAT"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) default "utf8"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) depends on EXFAT_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) Set this to the default input/output character set to use for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) converting between the encoding that is used for user visible
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) filenames and the UTF-16 character encoding that the exFAT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) filesystem uses. This can be overridden with the "iocharset" mount
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) option for the exFAT filesystems.