[armel, armhf] Enable CRASH_DUMP

When set, this generates crash dump after being started by kexec. Useful
for debugging purpose on ARM. As this is already enabled for other arch,
enable it for ARM, as well (except marvell to keep it small).
This commit is contained in:
Romain Perier 2019-02-11 17:22:08 +01:00
parent f24c6b7b60
commit 693bbd783d
3 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -641,6 +641,7 @@ linux (4.19.26-1) UNRELEASED; urgency=medium
[ Romain Perier ]
* [rt] Update to 4.19.25-rt16
* [armel/rpi] Add flavour for Raspberry Pi and Raspberry Pi Zero
* [armel, armhf] Enable CRASH_DUMP
-- Ben Hutchings <ben@decadent.org.uk> Tue, 12 Feb 2019 12:49:10 +0000

View File

@ -18,6 +18,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_CMDLINE=""
# CONFIG_CRASH_DUMP is not set
# CONFIG_XIP_KERNEL is not set
CONFIG_ATAGS_PROC=y
CONFIG_VFP=y

View File

@ -5,6 +5,7 @@ CONFIG_MMU=y
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set
CONFIG_CPU_SW_DOMAIN_PAN=y
CONFIG_CRASH_DUMP=y
CONFIG_SECCOMP=y
CONFIG_KEXEC=y