CD exfat support for Tomato. https://github.com/dorimanx/exfat-nofuse.
[tomato.git] / release / src-rt / linux / linux-2.6 / fs / exfat / Kconfig
blob144b6eccabebfd8103cd403075ce99e320b4f3c2
1 config EXFAT_FS
2         tristate "exFAT filesystem support"
3         select NLS
4         help
5           exFAT driver from Samsung
7 config EXFAT_DEFAULT_CODEPAGE
8         int "Default codepage for exFAT"
9         depends on EXFAT_FS
10         default 437
11         help
12           This option should be set to the codepage of your exFAT filesystems.
14 config EXFAT_DEFAULT_IOCHARSET
15         string "Default iocharset for exFAT"
16         depends on EXFAT_FS
17         default "utf8"
18         help
19           Set this to the default input/output character set you'd like exFAT to use.