@@ -12,9 +12,8 @@ source "fs/ext4/Kconfig"
config FS_XIP
# execute in place
- bool
+ def_bool y
depends on EXT2_FS_XIP
- default y
source "fs/jbd/Kconfig"
source "fs/jbd2/Kconfig"
@@ -44,7 +43,7 @@ endif # BLOCK
# this symbol for ifdefs in core code.
#
config FS_POSIX_ACL
- def_bool n
+ bool
config EXPORTFS
tristate
@@ -217,19 +216,17 @@ config LOCKD
depends on FILE_LOCKING
config LOCKD_V4
- bool
+ def_bool y
depends on NFSD_V3 || NFS_V3
depends on FILE_LOCKING
- default y
config NFS_ACL_SUPPORT
tristate
select FS_POSIX_ACL
config NFS_COMMON
- bool
+ def_bool y
depends on NFSD || NFS_FS
- default y
source "net/sunrpc/Kconfig"
source "fs/ceph/Kconfig"
@@ -82,7 +82,7 @@ config BINFMT_SHARED_FLAT
Support FLAT shared libraries
config HAVE_AOUT
- def_bool n
+ bool
config BINFMT_AOUT
tristate "Kernel support for a.out and ECOFF binaries"
@@ -1,5 +1,5 @@
config FSNOTIFY
- def_bool n
+ bool
source "fs/notify/dnotify/Kconfig"
source "fs/notify/inotify/Kconfig"
@@ -37,7 +37,6 @@ config PRINT_QUOTA_WARNING
config QUOTA_DEBUG
bool "Additional quota sanity checks"
depends on QUOTA
- default n
help
If you say Y here, quota subsystem will perform some additional
sanity checks of quota internal structures. If unsure, say N.
@@ -66,9 +65,7 @@ config QFMT_V2
config QUOTACTL
bool
- default n
config QUOTACTL_COMPAT
- bool
+ def_bool y
depends on QUOTACTL && COMPAT_FOR_U64_ALIGNMENT
- default y