android_kernel_google_msm/fs/exfat/Kconfig
flar2 db77a3c64d exFAT support
Signed-off-by: flar2 <asegaert@gmail.com>
2020-10-05 11:42:38 +02:00

19 lines
469 B
Text

config EXFAT_FS
tristate "exFAT filesystem support"
select NLS
help
exFAT driver from Samsung
config EXFAT_DEFAULT_CODEPAGE
int "Default codepage for exFAT"
depends on EXFAT_FS
default 437
help
This option should be set to the codepage of your exFAT filesystems.
config EXFAT_DEFAULT_IOCHARSET
string "Default iocharset for exFAT"
depends on EXFAT_FS
default "utf8"
help
Set this to the default input/output character set you'd like exFAT to use.