summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index e3bbe2afa4..2f275fd4fb 100644
--- a/Config.in
+++ b/Config.in
@@ -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