1 # SPDX-License-Identifier: GPL-2.0-or-later
4 tristate "exFAT filesystem support"
7 select LEGACY_DIRECT_IO
9 This allows you to mount devices formatted with the exFAT file system.
10 exFAT is typically used on SD-Cards or USB sticks.
12 To compile this as a module, choose M here: the module will be called
15 config EXFAT_DEFAULT_IOCHARSET
16 string "Default iocharset for exFAT"
20 Set this to the default input/output character set to use for
21 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.