xref: /kernel/linux/linux-5.10/fs/exfat/Kconfig (revision 8c2ecf20)
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciconfig EXFAT_FS
48c2ecf20Sopenharmony_ci	tristate "exFAT filesystem support"
58c2ecf20Sopenharmony_ci	select NLS
68c2ecf20Sopenharmony_ci	help
78c2ecf20Sopenharmony_ci	  This allows you to mount devices formatted with the exFAT file system.
88c2ecf20Sopenharmony_ci	  exFAT is typically used on SD-Cards or USB sticks.
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci	  To compile this as a module, choose M here: the module will be called
118c2ecf20Sopenharmony_ci	  exfat.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciconfig EXFAT_DEFAULT_IOCHARSET
148c2ecf20Sopenharmony_ci	string "Default iocharset for exFAT"
158c2ecf20Sopenharmony_ci	default "utf8"
168c2ecf20Sopenharmony_ci	depends on EXFAT_FS
178c2ecf20Sopenharmony_ci	help
188c2ecf20Sopenharmony_ci	  Set this to the default input/output character set to use for
198c2ecf20Sopenharmony_ci	  converting between the encoding that is used for user visible
208c2ecf20Sopenharmony_ci	  filenames and the UTF-16 character encoding that the exFAT
218c2ecf20Sopenharmony_ci	  filesystem uses.  This can be overridden with the "iocharset" mount
228c2ecf20Sopenharmony_ci	  option for the exFAT filesystems.
23