diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/83xx/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 924408cc5a81..ba28882a3914 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 |