brintos

brintos / linux-shallow public Read only

0
0
Text · 786 B · cbeca8e Raw
25 lines · plain
1# SPDX-License-Identifier: GPL-2.0-or-later2 3config EXFAT_FS4	tristate "exFAT filesystem support"5	select BUFFER_HEAD6	select NLS7	select LEGACY_DIRECT_IO8	help9	  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 called13	  exfat.14 15config EXFAT_DEFAULT_IOCHARSET16	string "Default iocharset for exFAT"17	default "utf8"18	depends on EXFAT_FS19	help20	  Set this to the default input/output character set to use for21	  converting between the encoding that is used for user visible22	  filenames and the UTF-16 character encoding that the exFAT23	  filesystem uses.  This can be overridden with the "iocharset" mount24	  option for the exFAT filesystems.25