From 2c19806122832a5fd83253ba8321308a531051da Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 24 Jan 2008 18:41:23 -0500 Subject: [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 Signed-off-by: Kumar Gala --- arch/powerpc/platforms/85xx/Kconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'arch/powerpc/platforms/85xx/Kconfig') diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 7896f06..06ccb64 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 -- cgit v1.1