diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2008-04-15 18:41:30 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-17 01:01:40 -0500 |
commit | 4e8aae89a35d1d572e9faca44fa9774329fceb80 (patch) | |
tree | 4e4d263d5ff932dac15215cc659ef589eef56241 /arch/powerpc/platforms/86xx/Kconfig | |
parent | 1e31de7aae01d85657b5db8c9e4cfc9afe0596f6 (diff) | |
download | blackbird-op-linux-4e8aae89a35d1d572e9faca44fa9774329fceb80.tar.gz blackbird-op-linux-4e8aae89a35d1d572e9faca44fa9774329fceb80.zip |
[POWERPC] 86xx: Add support for Wind River SBC8641D board
This adds support for the Wind River SBC8641D board, based
largely on the mpc86xx_hpcn support. The biggest difference is
the lack of the Uli and the i8259 cascade, which simplifies things.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 21d113536b86..7442c58d44f5 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig @@ -11,6 +11,12 @@ config MPC8641_HPCN help This option enables support for the MPC8641 HPCN board. +config SBC8641D + bool "Wind River SBC8641D" + select DEFAULT_UIMAGE + help + This option enables support for the WRS SBC8641D board. + config MPC8610_HPCD bool "Freescale MPC8610 HPCD" select DEFAULT_UIMAGE @@ -24,7 +30,7 @@ config MPC8641 select FSL_PCI if PCI select PPC_UDBG_16550 select MPIC - default y if MPC8641_HPCN + default y if MPC8641_HPCN || SBC8641D config MPC8610 bool |