kernel: add a top level menuconfig option for enabling core dump support
authorFelix Fietkau <nbd@openwrt.org>
Fri, 4 Nov 2011 01:05:06 +0000 (01:05 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 4 Nov 2011 01:05:06 +0000 (01:05 +0000)
SVN-Revision: 28744

Config.in

index 4fc0d1a55f887ebe97b83baed2aec5304848687b..331219a335626e648dd92e319c8d040ff8574329 100644 (file)
--- 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