aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorDale Farnsworth <dale@farnsworth.org>2007-05-12 10:58:43 +1000
committerPaul Mackerras <paulus@samba.org>2007-05-12 11:32:50 +1000
commitfd4ba7e2b7ce9a48b8c60d5fcd65feda5746812e (patch)
treec6a32e72c977ab54a264e6e4782e5b76e7f79c8a /arch/powerpc/Kconfig
parent[POWERPC] Add bootwrapper support for Motorola PrPMC2800 platform (diff)
downloadlinux-dev-fd4ba7e2b7ce9a48b8c60d5fcd65feda5746812e.tar.xz
linux-dev-fd4ba7e2b7ce9a48b8c60d5fcd65feda5746812e.zip
[POWERPC] Add arch/powerpc support for the Motorola PrPMC2800
This finally adds the PPC_PRPMC2800 Kconfig option, the board setup code (the setup and reset functions) and the defconfig, to support the Motorola PrPMC2800 platform. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> 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 64089b11a9ee..56d3c0dcd2b8 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -454,7 +454,7 @@ config ARCH_ENABLE_MEMORY_HOTPLUG
config KEXEC
bool "kexec system call (EXPERIMENTAL)"
- depends on PPC_MULTIPLATFORM && EXPERIMENTAL
+ depends on (PPC_PRPMC2800 || PPC_MULTIPLATFORM) && EXPERIMENTAL
help
kexec is a system call that implements the ability to shutdown your
current kernel, and to start another kernel. It is like a reboot