kernel: fix enabling coredump support on 3.7+

SVN-Revision: 35123
This commit is contained in:
Felix Fietkau 2013-01-13 11:33:39 +00:00
parent 2bf03f971d
commit dc248b811f
1 changed files with 4 additions and 0 deletions

View File

@ -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