aboutsummaryrefslogtreecommitdiffstats
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 09:30:46 -0500
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
81 select TQM85xx 81 select TQM85xx
82 select CPM2 82 select CPM2
83 83
84config SBC8560
85 bool "Wind River SBC8560"
86 select DEFAULT_UIMAGE
87 select PPC_CPM_NEW_BINDING
88 help
89 This option enables support for the Wind River SBC8560 board
90
84endchoice 91endchoice
85 92
86config TQM85xx 93config TQM85xx
@@ -96,7 +103,7 @@ config MPC8540
96config MPC8560 103config MPC8560
97 bool 104 bool
98 select CPM2 105 select CPM2
99 default y if MPC8560_ADS || STX_GP3 106 default y if MPC8560_ADS || STX_GP3 || SBC8560
100 107
101config MPC85xx 108config MPC85xx
102 bool 109 bool
@@ -106,4 +113,4 @@ config MPC85xx
106 select FSL_PCI if PCI 113 select FSL_PCI if PCI
107 select SERIAL_8250_SHARE_IRQ if SERIAL_8250 114 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
108 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ 115 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
109 || MPC85xx_MDS || MPC85xx_DS || STX_GP3 116 || MPC85xx_MDS || MPC85xx_DS || STX_GP3 || SBC8560