瀏覽代碼

kernel: fix enabling coredump support on 3.7+

SVN-Revision: 35123
Felix Fietkau 13 年之前
父節點
當前提交
dc248b811f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Config.in

+ 4 - 0
Config.in

@@ -276,8 +276,12 @@ menu "Global build settings"
 		bool "Compile the kernel with SysRq support"
 		bool "Compile the kernel with SysRq support"
 		default y
 		default y
 
 
+	config KERNEL_COREDUMP
+		bool
+
 	config KERNEL_ELF_CORE
 	config KERNEL_ELF_CORE
 		bool "Enable process core dump support"
 		bool "Enable process core dump support"
+		select KERNEL_COREDUMP
 		default y
 		default y
 
 
 	config KERNEL_PROVE_LOCKING
 	config KERNEL_PROVE_LOCKING