aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/Kconfig
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2008-01-24 18:41:27 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 09:30:50 -0500
commit0e0fffe887673a04bb8f8ec8287c5057e2ed8f27 (patch)
tree42b5d35b90791cc929d2b7771f0dadcf39a8a640 /arch/powerpc/platforms/85xx/Kconfig
parent3ad1f93155221510101399af105af6019c7a8e3d (diff)
[POWERPC] 85xx: Add basic support for Wind River SBC8548 board
This adds the basic support for the Wind River SBC8548 board, implemented as powerpc. It closely follows the implementation of the MPC8548CDS. 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/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index 333779ee5f1e..74779b92ff36 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -83,6 +83,12 @@ config TQM8560
83 select TQM85xx 83 select TQM85xx
84 select CPM2 84 select CPM2
85 85
86config SBC8548
87 bool "Wind River SBC8548"
88 select DEFAULT_UIMAGE
89 help
90 This option enables support for the Wind River SBC8548 board
91
86config SBC8560 92config SBC8560
87 bool "Wind River SBC8560" 93 bool "Wind River SBC8560"
88 select DEFAULT_UIMAGE 94 select DEFAULT_UIMAGE
@@ -100,7 +106,7 @@ config MPC8540
100 bool 106 bool
101 select PPC_UDBG_16550 107 select PPC_UDBG_16550
102 select PPC_INDIRECT_PCI 108 select PPC_INDIRECT_PCI
103 default y if MPC8540_ADS || MPC85xx_CDS 109 default y if MPC8540_ADS || MPC85xx_CDS || SBC8548
104 110
105config MPC85xx 111config MPC85xx
106 bool 112 bool
@@ -110,4 +116,4 @@ config MPC85xx
110 select FSL_PCI if PCI 116 select FSL_PCI if PCI
111 select SERIAL_8250_SHARE_IRQ if SERIAL_8250 117 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
112 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ 118 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
113 || MPC85xx_MDS || MPC85xx_DS || STX_GP3 || SBC8560 119 || MPC85xx_MDS || MPC85xx_DS || STX_GP3 || SBC8560 || SBC8548