Parcourir la source

kernel: fix enabling coredump support on 3.7+

SVN-Revision: 35123
Felix Fietkau il y a 13 ans
Parent
commit
dc248b811f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      Config.in

+ 4 - 0
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