mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
db77a3c64d
Signed-off-by: flar2 <asegaert@gmail.com>
19 lines
469 B
Text
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.
|