[PATCH] powerpc: Migrate Xilinx Vertex support from the OCP bus to the platfom bus.
[linux-2.6.22.y-op.git] / arch / ppc / platforms / 4xx / Kconfig
blob057c7c2ab99de76fc087587b38400511cefb3380
1 config 4xx
2         bool
3         depends on 40x || 44x
4         default y
6 config WANT_EARLY_SERIAL
7         bool
8         select SERIAL_8250
9         default n
11 menu "IBM 4xx options"
12         depends on 4xx
14 choice
15         prompt "Machine Type"
16         depends on 40x
17         default WALNUT
19 config BUBINGA
20         bool "Bubinga"
21         select WANT_EARLY_SERIAL
22         help
23           This option enables support for the IBM 405EP evaluation board.
25 config CPCI405
26         bool "CPCI405"
27         help
28           This option enables support for the CPCI405 board.
30 config EP405
31         bool "EP405/EP405PC"
32         help
33           This option enables support for the EP405/EP405PC boards.
35 config REDWOOD_5
36         bool "Redwood-5"
37         help
38           This option enables support for the IBM STB04 evaluation board.
40 config REDWOOD_6
41         bool "Redwood-6"
42         help
43           This option enables support for the IBM STBx25xx evaluation board.
45 config SYCAMORE
46         bool "Sycamore"
47         help
48           This option enables support for the IBM PPC405GPr evaluation board.
50 config WALNUT
51         bool "Walnut"
52         help
53           This option enables support for the IBM PPC405GP evaluation board.
55 config XILINX_ML300
56         bool "Xilinx-ML300"
57         help
58           This option enables support for the Xilinx ML300 evaluation board.
60 endchoice
62 choice
63         prompt "Machine Type"
64         depends on 44x
65         default EBONY
67 config BAMBOO
68         bool "Bamboo"
69         select WANT_EARLY_SERIAL
70         help
71           This option enables support for the IBM PPC440EP evaluation board.
73 config EBONY
74         bool "Ebony"
75         select WANT_EARLY_SERIAL
76         help
77           This option enables support for the IBM PPC440GP evaluation board.
79 config LUAN
80         bool "Luan"
81         select WANT_EARLY_SERIAL
82         help
83           This option enables support for the IBM PPC440SP evaluation board.
85 config YUCCA
86         bool "Yucca"
87         select WANT_EARLY_SERIAL
88         help
89           This option enables support for the AMCC PPC440SPe evaluation board.
91 config OCOTEA
92         bool "Ocotea"
93         select WANT_EARLY_SERIAL
94         help
95           This option enables support for the IBM PPC440GX evaluation board.
97 endchoice
99 config EP405PC
100         bool "EP405PC Support"
101         depends on EP405
104 # It's often necessary to know the specific 4xx processor type.
105 # Fortunately, it is impled (so far) from the board type, so we
106 # don't need to ask more redundant questions.
107 config NP405H
108         bool
109         depends on ASH
110         default y
112 config 440EP
113         bool
114         depends on BAMBOO
115         select PPC_FPU
116         default y
118 config 440GP
119         bool
120         depends on EBONY
121         default y
123 config 440GX
124         bool
125         depends on OCOTEA
126         default y
128 config 440SP
129         bool
130         depends on LUAN
131         default y
133 config 440SPE
134         bool
135         depends on YUCCA
136         default y
138 config 440
139         bool
140         depends on 440GP || 440SP || 440SPE || 440EP
141         default y
143 config 440A
144         bool
145         depends on 440GX
146         default y
148 config IBM440EP_ERR42
149         bool
150         depends on 440EP
151         default y
153 # All 405-based cores up until the 405GPR and 405EP have this errata.
154 config IBM405_ERR77
155         bool
156         depends on 40x && !403GCX && !405GPR && !405EP
157         default y
159 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
160 config IBM405_ERR51
161         bool
162         depends on 40x && !405GPR && !405EP
163         default y
165 config BOOKE
166         bool
167         depends on 44x
168         default y
170 config IBM_OCP
171         bool
172         depends on ASH || BAMBOO || BUBINGA || CPCI405 || EBONY || EP405 || LUAN || YUCCA || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || WALNUT
173         default y
175 config IBM_EMAC4
176         bool
177         depends on 440GX || 440SP || 440SPE
178         default y
180 config BIOS_FIXUP
181         bool
182         depends on BUBINGA || EP405 || SYCAMORE || WALNUT
183         default y
185 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
186 config 403GCX
187         bool
188         depends OAK
189         default y
191 config 405EP
192         bool
193         depends on BUBINGA
194         default y
196 config 405GP
197         bool
198         depends on CPCI405 || EP405 || WALNUT
199         default y
201 config 405GPR
202         bool
203         depends on SYCAMORE
204         default y
206 config XILINX_VIRTEX_II_PRO
207         bool
208         depends on XILINX_ML300
209         default y
211 config XILINX_VIRTEX
212         bool
213         depends on XILINX_VIRTEX_II_PRO
214         default y
216 config STB03xxx
217         bool
218         depends on REDWOOD_5 || REDWOOD_6
219         default y
221 config EMBEDDEDBOOT
222         bool
223         depends on EP405 || XILINX_ML300
224         default y
226 config IBM_OPENBIOS
227         bool
228         depends on ASH || REDWOOD_5 || REDWOOD_6
229         default y
231 config PPC4xx_DMA
232         bool "PPC4xx DMA controller support"
233         depends on 4xx
235 config PPC4xx_EDMA
236         bool
237         depends on !STB03xxx && PPC4xx_DMA
238         default y
240 config PPC_GEN550
241         bool
242         depends on 4xx
243         default y
245 choice
246         prompt "TTYS0 device and default console"
247         depends on 40x
248         default UART0_TTYS0
250 config UART0_TTYS0
251         bool "UART0"
253 config UART0_TTYS1
254         bool "UART1"
256 endchoice
258 config SERIAL_SICC
259         bool "SICC Serial port support"
260         depends on STB03xxx
262 config UART1_DFLT_CONSOLE
263         bool
264         depends on SERIAL_SICC && UART0_TTYS1
265         default y
267 config SERIAL_SICC_CONSOLE
268         bool
269         depends on SERIAL_SICC && UART0_TTYS1
270         default y
271 endmenu