diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2007-05-12 10:58:43 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-12 11:32:50 +1000 |
commit | fd4ba7e2b7ce9a48b8c60d5fcd65feda5746812e (patch) | |
tree | c6a32e72c977ab54a264e6e4782e5b76e7f79c8a /arch/powerpc/platforms/embedded6xx/Kconfig | |
parent | c368d921daed3c7cfba9752a45b2a8804cd54128 (diff) | |
download | blackbird-op-linux-fd4ba7e2b7ce9a48b8c60d5fcd65feda5746812e.tar.gz blackbird-op-linux-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/platforms/embedded6xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 15a1e9a77872..f2d26268ca6f 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig @@ -31,6 +31,14 @@ config PPC_HOLLY help Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval Board with TSI108/9 bridge (Hickory/Holly) + +config PPC_PRPMC2800 + bool "Motorola-PrPMC2800" + select MV64X60 + select NOT_COHERENT_CACHE + select WANT_DEVICE_TREE + help + This option enables support for the Motorola PrPMC2800 board endchoice config TSI108_BRIDGE |