ipv6-support: Rename enable-ipv6 UCI defaults
[openwrt/openwrt.git] / Config.in
index 6552296259fa94cd30c954467a0d3e250ec64138..2f275fd4fbfe470a5760c025a8e355c1d322dd7b 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -268,12 +268,20 @@ menu "Global build settings"
                bool "Compile the kernel with asynchronous IO support"
                default n
 
+       config KERNEL_DIRECT_IO
+               bool "Compile the kernel with direct IO support"
+               default n
+
        config KERNEL_MAGIC_SYSRQ
                bool "Compile the kernel with SysRq support"
                default y
 
+       config KERNEL_COREDUMP
+               bool
+
        config KERNEL_ELF_CORE
                bool "Enable process core dump support"
+               select KERNEL_COREDUMP
                default y
 
        config KERNEL_PROVE_LOCKING