aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/Kconfig
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-01-24 20:47:11 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 08:33:05 -0600
commit38f66f90b2f89b3280ab505bd410e199fc461ed6 (patch)
tree417d9aaf2c2fbd00af3ca71581325e2969e82e7f /arch/powerpc/platforms/83xx/Kconfig
parent71d6fc1d57ce60ecdbee2ad9a5d535959af7a3ce (diff)
downloadlinux-38f66f90b2f89b3280ab505bd410e199fc461ed6.tar.gz
[POWERPC] 83xx: add MPC837x RDB platform support
primarily based on mpc837x mds code. Signed-off-by: Joe D'Abbraccio <ljd015@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/83xx/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig
index 924408cc5a81b..ba28882a39142 100644
--- a/arch/powerpc/platforms/83xx/Kconfig
+++ b/arch/powerpc/platforms/83xx/Kconfig
@@ -56,6 +56,12 @@ config MPC837x_MDS
help
This option enables support for the MPC837x MDS Processor Board.
+config MPC837x_RDB
+ bool "Freescale MPC837x RDB"
+ select DEFAULT_UIMAGE
+ help
+ This option enables support for the MPC837x RDB Board.
+
config SBC834x
bool "Wind River SBC834x"
select DEFAULT_UIMAGE
@@ -92,4 +98,4 @@ config PPC_MPC837x
bool
select PPC_UDBG_16550
select PPC_INDIRECT_PCI
- default y if MPC837x_MDS
+ default y if MPC837x_MDS || MPC837x_RDB