Skip to content
Snippets Groups Projects
Commit 48d71ab5 authored by Daniel Golle's avatar Daniel Golle
Browse files

kernel: enable CRASH_DUMP on supported platforms


While we have CRASHLOG on MIPS it makes sense to support 'classic'
kexec-based CRASH_DUMP on x86 and arm platforms.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent bad2f9c4
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,16 @@ config KERNEL_RELAY
config KERNEL_KEXEC
bool "Enable kexec support"
config KERNEL_PROC_VMCORE
bool
config KERNEL_CRASH_DUMP
depends on i386 || x86_64 || arm || armeb
select KERNEL_KEXEC
select KERNEL_PROC_VMCORE
bool "Enable support for kexec crashdump"
default y
config USE_RFKILL
bool "Enable rfkill support"
default RFKILL_SUPPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment