x86: make crashdump works
[openwrt/staging/noltari.git] / config / Config-kernel.in
index f7ba2b67230c31c06a41906ba957fc9ebc520fc0..fc24c3c9328abfe49eaf03c94751689caa12a624 100644 (file)
@@ -477,10 +477,14 @@ config KERNEL_KEXEC
 config KERNEL_PROC_VMCORE
        bool
 
+config KERNEL_PROC_KCORE
+       bool
+
 config KERNEL_CRASH_DUMP
        depends on i386 || x86_64 || arm || armeb
        select KERNEL_KEXEC
        select KERNEL_PROC_VMCORE
+       select KERNEL_PROC_KCORE
        bool "Enable support for kexec crashdump"
        default y