aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorDale Farnsworth <dale@farnsworth.org>2008-12-17 05:09:26 -0500
committerPaul Mackerras <paulus@samba.org>2008-12-22 23:13:29 -0500
commitf8f50b1bddd49eb171398cfc543c957884dc6e35 (patch)
tree0813d5bf36740e6a294e9b07be6d1d8d2cac60df /arch/powerpc/Kconfig
parentccdcef72c249c289898b164eada89a61855b9287 (diff)
powerpc/32: Wire up the trampoline code for kdump
Wire up the trampoline code for ppc32 to relay exceptions from the vectors at address 0 to vectors at address 32MB, and modify Kconfig to enable Kdump support for all classic powerpcs. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index be4f99b7cbbb..f7f5448f863d 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -326,7 +326,7 @@ config KEXEC
326 326
327config CRASH_DUMP 327config CRASH_DUMP
328 bool "Build a kdump crash kernel" 328 bool "Build a kdump crash kernel"
329 depends on PPC_MULTIPLATFORM && PPC64 && RELOCATABLE 329 depends on (PPC64 && RELOCATABLE) || 6xx
330 help 330 help
331 Build a kernel suitable for use as a kdump capture kernel. 331 Build a kernel suitable for use as a kdump capture kernel.
332 The same kernel binary can be used as production kernel and dump 332 The same kernel binary can be used as production kernel and dump