# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_EXFAT_FS[0m tristate "exFAT fs support" depends on [31mCONFIG_BLOCK[0m select [31mCONFIG_NLS[0m help This adds support for the exFAT file system. config [31mCONFIG_EXFAT_DONT_MOUNT_VFAT[0m bool "Prohibit mounting of fat/vfat filesystems by exFAT" depends on [31mCONFIG_EXFAT_FS[0m default y help By default, the exFAT driver will only mount exFAT filesystems, and refuse to mount fat/vfat filesystems. Set this to 'n' to allow the exFAT driver to mount these filesystems. config [31mCONFIG_EXFAT_DISCARD[0m bool "enable discard support" depends on [31mCONFIG_EXFAT_FS[0m default y config [31mCONFIG_EXFAT_DELAYED_SYNC[0m bool "enable delayed sync" depends on [31mCONFIG_EXFAT_FS[0m default n config [31mCONFIG_EXFAT_KERNEL_DEBUG[0m bool "enable kernel debug features via ioctl" depends on [31mCONFIG_EXFAT_FS[0m default n config [31mCONFIG_EXFAT_DEBUG_MSG[0m bool "print debug messages" depends on [31mCONFIG_EXFAT_FS[0m default n config [31mCONFIG_EXFAT_DEFAULT_CODEPAGE[0m int "Default codepage for exFAT" default 437 depends on [31mCONFIG_EXFAT_FS[0m help This option should be set to the codepage of your exFAT filesystems. config [31mCONFIG_EXFAT_DEFAULT_IOCHARSET[0m string "Default iocharset for exFAT" default "utf8" depends on [31mCONFIG_EXFAT_FS[0m help Set this to the default input/output character set you'd like exFAT to use. |