diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-11-04 01:05:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-11-04 01:05:06 +0000 |
commit | 18a4bbb98d339eb8aac1b1b0e5b6fa6d9339f9ad (patch) | |
tree | 45ed75aaabb6392b8abcd6f5b635827943ffe916 | |
parent | d4d91df5fe7340f14824c5de815de01416af67f2 (diff) | |
download | upstream-18a4bbb98d339eb8aac1b1b0e5b6fa6d9339f9ad.tar.gz upstream-18a4bbb98d339eb8aac1b1b0e5b6fa6d9339f9ad.tar.bz2 upstream-18a4bbb98d339eb8aac1b1b0e5b6fa6d9339f9ad.zip |
kernel: add a top level menuconfig option for enabling core dump support
SVN-Revision: 28744
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |