aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-11-04 01:05:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-11-04 01:05:06 +0000
commitbbb6f7a82df22bbdaed1b4515229f1e234ab14cd (patch)
treec25e7989ccf209033d1ccf1d77ddf743900038e8 /Config.in
parent5f8e0eff4bc57c80577c2cc6692dcabb927623d6 (diff)
downloadupstream-bbb6f7a82df22bbdaed1b4515229f1e234ab14cd.tar.gz
upstream-bbb6f7a82df22bbdaed1b4515229f1e234ab14cd.tar.bz2
upstream-bbb6f7a82df22bbdaed1b4515229f1e234ab14cd.zip
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
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 4fc0d1a55f..331219a335 100644
--- a/Config.in
+++ b/Config.in
@@ -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