Namjae Jeon | b9d1e2e | 2020-03-02 15:21:42 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-or-later |
| 2 | |
| 3 | config EXFAT_FS |
| 4 | tristate "exFAT filesystem support" |
| 5 | select NLS |
| 6 | help |
| 7 | This allows you to mount devices formatted with the exFAT file system. |
| 8 | exFAT is typically used on SD-Cards or USB sticks. |
| 9 | |
| 10 | To compile this as a module, choose M here: the module will be called |
| 11 | exfat. |
| 12 | |
| 13 | config EXFAT_DEFAULT_IOCHARSET |
| 14 | string "Default iocharset for exFAT" |
| 15 | default "utf8" |
| 16 | depends on EXFAT_FS |
| 17 | help |
| 18 | Set this to the default input/output character set to use for |
Geert Uytterhoeven | 31f5acc | 2020-04-06 11:13:43 +0200 | [diff] [blame] | 19 | converting between the encoding that is used for user visible |
| 20 | filenames and the UTF-16 character encoding that the exFAT |
| 21 | filesystem uses. This can be overridden with the "iocharset" mount |
| 22 | option for the exFAT filesystems. |