brcm63xx: migrate platform to common led helper functions
[openwrt/svn-archive/archive.git] / Config.in
index e3bbe2afa480e1809e083dfd1e7e30f583bca0ca..6f81e0bdd82642a2cbe0e7234726357605a1dd90 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -215,7 +215,7 @@ menu "Global build settings"
 
        config KERNEL_KALLSYMS
                bool "Compile the kernel with symbol table information"
-               default n
+               default y
                help
                  This will give you more information in stack traces from kernel oopses
 
@@ -234,7 +234,7 @@ menu "Global build settings"
 
        config KERNEL_DEBUG_INFO
                bool "Compile the kernel with debug information"
-               default n
+               default y
                select KERNEL_DEBUG_KERNEL
                help
                  This will compile your kernel and modules with debug information.
@@ -276,8 +276,12 @@ menu "Global build settings"
                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
@@ -511,7 +515,7 @@ menu "Global build settings"
        choice
                prompt "Binary stripping method"
                default USE_STRIP   if EXTERNAL_TOOLCHAIN
-               default USE_STRIP   if USE_GLIBC || USE_EGLIBC
+               default USE_STRIP   if USE_GLIBC || USE_EGLIBC || USE_MUSL
                default USE_SSTRIP
                help
                  Select the binary stripping method you wish to use.
@@ -532,7 +536,6 @@ menu "Global build settings"
                        depends !DEBUG
                        depends !USE_GLIBC
                        depends !USE_EGLIBC
-                       depends !USE_MUSL
                        help
                          This will install binaries stripped using sstrip
        endchoice