blob: cbeca8e44d9b389a37ae392f2399d594dd543633 [file] [log] [blame]
Namjae Jeonb9d1e2e2020-03-02 15:21:42 +09001# SPDX-License-Identifier: GPL-2.0-or-later
2
3config EXFAT_FS
4 tristate "exFAT filesystem support"
Christoph Hellwig925c86a2023-08-01 19:22:01 +02005 select BUFFER_HEAD
Namjae Jeonb9d1e2e2020-03-02 15:21:42 +09006 select NLS
Christoph Hellwig9636e652023-01-25 07:58:39 +01007 select LEGACY_DIRECT_IO
Namjae Jeonb9d1e2e2020-03-02 15:21:42 +09008 help
9 This allows you to mount devices formatted with the exFAT file system.
10 exFAT is typically used on SD-Cards or USB sticks.
11
12 To compile this as a module, choose M here: the module will be called
13 exfat.
14
15config EXFAT_DEFAULT_IOCHARSET
16 string "Default iocharset for exFAT"
17 default "utf8"
18 depends on EXFAT_FS
19 help
20 Set this to the default input/output character set to use for
Geert Uytterhoeven31f5acc2020-04-06 11:13:43 +020021 converting between the encoding that is used for user visible
22 filenames and the UTF-16 character encoding that the exFAT
23 filesystem uses. This can be overridden with the "iocharset" mount
24 option for the exFAT filesystems.