diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-01-24 21:47:11 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:33:05 -0500 |
commit | 38f66f90b2f89b3280ab505bd410e199fc461ed6 (patch) | |
tree | 417d9aaf2c2fbd00af3ca71581325e2969e82e7f /arch/powerpc/platforms/83xx/Kconfig | |
parent | 71d6fc1d57ce60ecdbee2ad9a5d535959af7a3ce (diff) |
[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/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 | |||
56 | help | 56 | help |
57 | This option enables support for the MPC837x MDS Processor Board. | 57 | This option enables support for the MPC837x MDS Processor Board. |
58 | 58 | ||
59 | config MPC837x_RDB | ||
60 | bool "Freescale MPC837x RDB" | ||
61 | select DEFAULT_UIMAGE | ||
62 | help | ||
63 | This option enables support for the MPC837x RDB Board. | ||
64 | |||
59 | config SBC834x | 65 | config SBC834x |
60 | bool "Wind River SBC834x" | 66 | bool "Wind River SBC834x" |
61 | select DEFAULT_UIMAGE | 67 | select DEFAULT_UIMAGE |
@@ -92,4 +98,4 @@ config PPC_MPC837x | |||
92 | bool | 98 | bool |
93 | select PPC_UDBG_16550 | 99 | select PPC_UDBG_16550 |
94 | select PPC_INDIRECT_PCI | 100 | select PPC_INDIRECT_PCI |
95 | default y if MPC837x_MDS | 101 | default y if MPC837x_MDS || MPC837x_RDB |