diff options
author | Mika Westerberg <mika.westerberg@iki.fi> | 2010-11-18 13:14:52 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-11-30 08:40:05 -0500 |
commit | cb5d39b3a1440eca79c742d95f1d78180c272286 (patch) | |
tree | e7093626af5ed12ed14493f164f23c14d1a9b6bd /arch/arm/Kconfig | |
parent | 4b3bf7aef94fc337610d78fce0d960e2ee1d5a8f (diff) |
ARM: 6487/1: add CONFIG_CRASH_DUMP to Kconfig
Add CONFIG_CRASH_DUMP configuration option which is used by dump
capture kernels.
Signed-off-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index db524e75c4a2..03582fd14b87 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1650,6 +1650,19 @@ config ATAGS_PROC | |||
1650 | Should the atags used to boot the kernel be exported in an "atags" | 1650 | Should the atags used to boot the kernel be exported in an "atags" |
1651 | file in procfs. Useful with kexec. | 1651 | file in procfs. Useful with kexec. |
1652 | 1652 | ||
1653 | config CRASH_DUMP | ||
1654 | bool "Build kdump crash kernel (EXPERIMENTAL)" | ||
1655 | depends on EXPERIMENTAL | ||
1656 | help | ||
1657 | Generate crash dump after being started by kexec. This should | ||
1658 | be normally only set in special crash dump kernels which are | ||
1659 | loaded in the main kernel with kexec-tools into a specially | ||
1660 | reserved region and then later executed after a crash by | ||
1661 | kdump/kexec. The crash dump kernel must be compiled to a | ||
1662 | memory address not used by the main kernel | ||
1663 | |||
1664 | For more details see Documentation/kdump/kdump.txt | ||
1665 | |||
1653 | config AUTO_ZRELADDR | 1666 | config AUTO_ZRELADDR |
1654 | bool "Auto calculation of the decompressed kernel image address" | 1667 | bool "Auto calculation of the decompressed kernel image address" |
1655 | depends on !ZBOOT_ROM && !ARCH_U300 | 1668 | depends on !ZBOOT_ROM && !ARCH_U300 |