From: Felix Fietkau Date: Fri, 4 Nov 2011 01:05:06 +0000 (+0000) Subject: kernel: add a top level menuconfig option for enabling core dump support X-Git-Tag: reboot~15678 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=18a4bbb98d339eb8aac1b1b0e5b6fa6d9339f9ad kernel: add a top level menuconfig option for enabling core dump support SVN-Revision: 28744 --- 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