bus: mhi: core: Fix some error return code
[linux/fpc-iii.git] / fs / exfat / Kconfig
blob2d3636dc5b8c31062ace5ab448d616cbd72bd340
1 # SPDX-License-Identifier: GPL-2.0-or-later
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.
10           To compile this as a module, choose M here: the module will be called
11           exfat.
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
19           converting between the encoding is used for user visible filename and
20           UTF-16 character that exfat filesystem use, and can be overridden with
21           the "iocharset" mount option for exFAT filesystems.