summaryrefslogtreecommitdiff
path: root/package/ramips/drivers/exfat-nofuse/config.in
blob: 63163dc1eacc7fe1ec1448d697f41d6ddb23444a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
if PACKAGE_kmod-exfat-nofuse
config EXFAT_FS
    tristate #"exFAT fs support"
    default m
    select NLS
    depends on PACKAGE_kmod-exfat-nofuse
    help
      This adds support for the exFAT file system.

config EXFAT_DISCARD
    bool "enable discard support"
    depends on EXFAT_FS
    default y

config EXFAT_DELAYED_SYNC
    bool "enable delayed sync"
    depends on EXFAT_FS
    default n

config EXFAT_KERNEL_DEBUG
    bool "enable kernel debug features via ioctl"
    depends on EXFAT_FS
    default n

config EXFAT_DEBUG_MSG
    bool "print debug messages"
    depends on EXFAT_FS
    default n

config EXFAT_DEFAULT_CODEPAGE
    int "Default codepage for exFAT"
    default 437
    depends on EXFAT_FS
    help
      This option should be set to the codepage of your exFAT filesystems.

config EXFAT_DEFAULT_IOCHARSET
    string "Default iocharset for exFAT"
    default "utf8"
    depends on EXFAT_FS
    help
      Set this to the default input/output character set you'd like exFAT to use.
endif