kernel: config no debug symbol

This commit is contained in:
coolsnowwolf 2018-10-22 14:54:04 +08:00
parent 75f759fd72
commit 76b6c8c1e6

View File

@ -6,7 +6,7 @@
config KERNEL_BUILD_USER
string "Custom Kernel Build User Name"
default ""
default "lean"
help
Sets the Kernel build user string, which for example will be returned
by 'uname -a' on running systems.
@ -27,7 +27,7 @@ config KERNEL_PRINTK
config KERNEL_CRASHLOG
bool "Crash logging"
depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64)
default y
default n
config KERNEL_SWAP
bool "Support for paging of anonymous memory (swap)"
@ -35,7 +35,7 @@ config KERNEL_SWAP
config KERNEL_DEBUG_FS
bool "Compile the kernel with debug filesystem enabled"
default y
default n
help
debugfs is a virtual file system that kernel developers use to put
debugging files into. Enable this option to be able to read and
@ -133,7 +133,7 @@ config KERNEL_DEBUG_KERNEL
config KERNEL_DEBUG_INFO
bool "Compile the kernel with debug information"
default y if !SMALL_FLASH
default n
select KERNEL_DEBUG_KERNEL
help
This will compile your kernel and modules with debug information.
@ -210,7 +210,7 @@ config KERNEL_BLK_DEV_BSG
config KERNEL_MAGIC_SYSRQ
bool "Compile the kernel with SysRq support"
default y
default n
config KERNEL_DEBUG_PINCTRL
bool "Compile the kernel with pinctrl debugging"
@ -226,7 +226,7 @@ config KERNEL_COREDUMP
config KERNEL_ELF_CORE
bool "Enable process core dump support"
select KERNEL_COREDUMP
default y if !SMALL_FLASH
default n
config KERNEL_PROVE_LOCKING
bool "Enable kernel lock checking"