summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx/Kconfig
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2008-01-24 18:41:23 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 08:30:46 -0600
commit2c19806122832a5fd83253ba8321308a531051da (patch)
tree0d2f93e5e263f877b0f96bfa271e096fc6854a8f /arch/powerpc/platforms/85xx/Kconfig
parent1a7507c7da2df6856e085e0fbb0c9ea8c12ac4e2 (diff)
[POWERPC] 85xx: Add support for Wind River SBC8560 in arch/powerpc
This adds support for the Wind River SBC8560 board, implemented as powerpc. It closely follows the implementation of the MPC8560ADS. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/85xx/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index 7896f0686bca..06ccb64293e2 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -81,6 +81,13 @@ config TQM8560
select TQM85xx
select CPM2
+config SBC8560
+ bool "Wind River SBC8560"
+ select DEFAULT_UIMAGE
+ select PPC_CPM_NEW_BINDING
+ help
+ This option enables support for the Wind River SBC8560 board
+
endchoice
config TQM85xx
@@ -96,7 +103,7 @@ config MPC8540
config MPC8560
bool
select CPM2
- default y if MPC8560_ADS || STX_GP3
+ default y if MPC8560_ADS || STX_GP3 || SBC8560
config MPC85xx
bool
@@ -106,4 +113,4 @@ config MPC85xx
select FSL_PCI if PCI
select SERIAL_8250_SHARE_IRQ if SERIAL_8250
default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
- || MPC85xx_MDS || MPC85xx_DS || STX_GP3
+ || MPC85xx_MDS || MPC85xx_DS || STX_GP3 || SBC8560