0001 # SPDX-License-Identifier: GPL-2.0-or-later
0002
0003 config EXFAT_FS
0004 tristate "exFAT filesystem support"
0005 select NLS
0006 help
0007 This allows you to mount devices formatted with the exFAT file system.
0008 exFAT is typically used on SD-Cards or USB sticks.
0009
0010 To compile this as a module, choose M here: the module will be called
0011 exfat.
0012
0013 config EXFAT_DEFAULT_IOCHARSET
0014 string "Default iocharset for exFAT"
0015 default "utf8"
0016 depends on EXFAT_FS
0017 help
0018 Set this to the default input/output character set to use for
0019 converting between the encoding that is used for user visible
0020 filenames and the UTF-16 character encoding that the exFAT
0021 filesystem uses. This can be overridden with the "iocharset" mount
0022 option for the exFAT filesystems.