kernel: add a top level menuconfig option for enabling core dump support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28744 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2011-11-04 01:05:06 +00:00
parent 5f8e0eff4b
commit bbb6f7a82d
1 changed files with 4 additions and 0 deletions

View File

@ -231,6 +231,10 @@ menu "Global build settings"
bool "Compile the kernel with SysRq support"
default n
config KERNEL_ELF_CORE
bool "Enable process core dump support"
default y
comment "Package build options"
config DEBUG