diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-13 11:33:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-13 11:33:39 +0000 |
commit | dc248b811f9947f9abb769bbc8bb9d2323b0ffe9 (patch) | |
tree | bd768ed393c4fbdf7fa8de452aa670d1fac3bd05 /Config.in | |
parent | 2bf03f971d431ca9584f489fbc6dd949f29c1898 (diff) | |
download | upstream-dc248b811f9947f9abb769bbc8bb9d2323b0ffe9.tar.gz upstream-dc248b811f9947f9abb769bbc8bb9d2323b0ffe9.tar.bz2 upstream-dc248b811f9947f9abb769bbc8bb9d2323b0ffe9.zip |
kernel: fix enabling coredump support on 3.7+
SVN-Revision: 35123
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -276,8 +276,12 @@ menu "Global build settings" bool "Compile the kernel with SysRq support" default y + config KERNEL_COREDUMP + bool + config KERNEL_ELF_CORE bool "Enable process core dump support" + select KERNEL_COREDUMP default y config KERNEL_PROVE_LOCKING |