treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / staging / exfat / Kconfig
blob292a19dfcaf5144650c5e896168bac54453e9393
1 # SPDX-License-Identifier: GPL-2.0
2 config STAGING_EXFAT_FS
3         tristate "exFAT fs support"
4         depends on BLOCK
5         select NLS
6         help
7           This adds support for the exFAT file system.
9 config STAGING_EXFAT_DISCARD
10         bool "enable discard support"
11         depends on STAGING_EXFAT_FS
12         default y
14 config STAGING_EXFAT_DELAYED_SYNC
15         bool "enable delayed sync"
16         depends on STAGING_EXFAT_FS
17         default n
19 config STAGING_EXFAT_KERNEL_DEBUG
20         bool "enable kernel debug features via ioctl"
21         depends on STAGING_EXFAT_FS
22         default n
24 config STAGING_EXFAT_DEBUG_MSG
25         bool "print debug messages"
26         depends on STAGING_EXFAT_FS
27         default n
29 config STAGING_EXFAT_DEFAULT_CODEPAGE
30         int "Default codepage for exFAT"
31         default 437
32         depends on STAGING_EXFAT_FS
33         help
34           This option should be set to the codepage of your exFAT filesystems.
36 config STAGING_EXFAT_DEFAULT_IOCHARSET
37         string "Default iocharset for exFAT"
38         default "utf8"
39         depends on STAGING_EXFAT_FS
40         help
41           Set this to the default input/output character set you'd like exFAT to use.