Kconfig (f632265d0ffb5acf331252d98c64939849d96bb2) Kconfig (6edc323db720c65b9e6a770b4bed98f251dd49f0)
1config PPC_47x
2 bool "Support for 47x variant"
3 depends on 44x
4 default n
5 select MPIC
6 help
7 This option enables support for the 47x family of processors and is
8 not currently compatible with other 44x or 46x varients
9
10config BAMBOO
11 bool "Bamboo"
12 depends on 44x
13 default n
14 select PPC44x_SIMPLE
15 select 440EP
16 select PCI
17 help
18 This option enables support for the IBM PPC440EP evaluation board.
19
1config PPC_47x
2 bool "Support for 47x variant"
3 depends on 44x
4 default n
5 select MPIC
6 help
7 This option enables support for the 47x family of processors and is
8 not currently compatible with other 44x or 46x varients
9
10config BAMBOO
11 bool "Bamboo"
12 depends on 44x
13 default n
14 select PPC44x_SIMPLE
15 select 440EP
16 select PCI
17 help
18 This option enables support for the IBM PPC440EP evaluation board.
19
20config BLUESTONE
21 bool "Bluestone"
22 depends on 44x
23 default n
24 select PPC44x_SIMPLE
25 select APM821xx
26 select IBM_NEW_EMAC_RGMII
27 help
28 This option enables support for the APM APM821xx Evaluation board.
29
20config EBONY
21 bool "Ebony"
22 depends on 44x
23 default y
24 select 440GP
25 select PCI
26 select OF_RTC
27 help

--- 260 unchanged lines hidden (view full) ---

288config 460SX
289 bool
290 select PPC_FPU
291 select IBM_NEW_EMAC_EMAC4
292 select IBM_NEW_EMAC_RGMII
293 select IBM_NEW_EMAC_ZMII
294 select IBM_NEW_EMAC_TAH
295
30config EBONY
31 bool "Ebony"
32 depends on 44x
33 default y
34 select 440GP
35 select PCI
36 select OF_RTC
37 help

--- 260 unchanged lines hidden (view full) ---

298config 460SX
299 bool
300 select PPC_FPU
301 select IBM_NEW_EMAC_EMAC4
302 select IBM_NEW_EMAC_RGMII
303 select IBM_NEW_EMAC_ZMII
304 select IBM_NEW_EMAC_TAH
305
306config APM821xx
307 bool
308 select PPC_FPU
309 select IBM_NEW_EMAC_EMAC4
310 select IBM_NEW_EMAC_TAH
311
296# 44x errata/workaround config symbols, selected by the CPU models above
297config IBM440EP_ERR42
298 bool
299
300# Xilinx specific config options.
301config XILINX_VIRTEX
302 bool
303 select DEFAULT_UIMAGE
304
305# Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
306config XILINX_VIRTEX_5_FXT
307 bool
308 select XILINX_VIRTEX
309
312# 44x errata/workaround config symbols, selected by the CPU models above
313config IBM440EP_ERR42
314 bool
315
316# Xilinx specific config options.
317config XILINX_VIRTEX
318 bool
319 select DEFAULT_UIMAGE
320
321# Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
322config XILINX_VIRTEX_5_FXT
323 bool
324 select XILINX_VIRTEX
325