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: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
bad2f9c4dc
commit
48d71ab502
1 changed files with 10 additions and 0 deletions
|
@ -231,6 +231,16 @@ config KERNEL_RELAY
|
||||||
config KERNEL_KEXEC
|
config KERNEL_KEXEC
|
||||||
bool "Enable kexec support"
|
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
|
config USE_RFKILL
|
||||||
bool "Enable rfkill support"
|
bool "Enable rfkill support"
|
||||||
default RFKILL_SUPPORT
|
default RFKILL_SUPPORT
|
||||||
|
|
Loading…
Reference in a new issue