]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/platforms/40x/Kconfig
[POWERPC] 4xx: Add Kilauea PCIe support to dts and Kconfig
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / 40x / Kconfig
1 #config BUBINGA
2 #       bool "Bubinga"
3 #       depends on 40x
4 #       default n
5 #       select 405EP
6 #       help
7 #         This option enables support for the IBM 405EP evaluation board.
8
9 #config CPCI405
10 #       bool "CPCI405"
11 #       depends on 40x
12 #       default n
13 #       select 405GP
14 #       help
15 #         This option enables support for the CPCI405 board.
16
17 config EP405
18         bool "EP405/EP405PC"
19         depends on 40x
20         default n
21         select 405GP
22         select PCI
23         help
24           This option enables support for the EP405/EP405PC boards.
25
26 config KILAUEA
27         bool "Kilauea"
28         depends on 40x
29         default n
30         select 405EX
31         select PPC4xx_PCI_EXPRESS
32         help
33           This option enables support for the AMCC PPC405EX evaluation board.
34
35 #config REDWOOD_5
36 #       bool "Redwood-5"
37 #       depends on 40x
38 #       default n
39 #       select STB03xxx
40 #       help
41 #         This option enables support for the IBM STB04 evaluation board.
42
43 #config REDWOOD_6
44 #       bool "Redwood-6"
45 #       depends on 40x
46 #       default n
47 #       select STB03xxx
48 #       help
49 #         This option enables support for the IBM STBx25xx evaluation board.
50
51 #config SYCAMORE
52 #       bool "Sycamore"
53 #       depends on 40x
54 #       default n
55 #       select 405GPR
56 #       help
57 #         This option enables support for the IBM PPC405GPr evaluation board.
58
59 config WALNUT
60         bool "Walnut"
61         depends on 40x
62         default y
63         select 405GP
64         select PCI
65         help
66           This option enables support for the IBM PPC405GP evaluation board.
67
68 config XILINX_VIRTEX_GENERIC_BOARD
69         bool "Generic Xilinx Virtex board"
70         depends on 40x
71         default n
72         select XILINX_VIRTEX_II_PRO
73         select XILINX_VIRTEX_4_FX
74         help
75           This option enables generic support for Xilinx Virtex based boards.
76
77           The generic virtex board support matches any device tree which
78           specifies 'xilinx,virtex' in its compatible field.  This includes
79           the Xilinx ML3xx and ML4xx reference designs using the powerpc
80           core.
81
82           Most Virtex designs should use this unless it needs to do some
83           special configuration at board probe time.
84
85 # 40x specific CPU modules, selected based on the board above.
86 config NP405H
87         bool
88         #depends on ASH
89
90 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
91 config 403GCX
92         bool
93         #depends on OAK
94         select IBM405_ERR51
95
96 config 405GP
97         bool
98         select IBM405_ERR77
99         select IBM405_ERR51
100         select IBM_NEW_EMAC_ZMII
101
102 config 405EP
103         bool
104
105 config 405EX
106         bool
107         select IBM_NEW_EMAC_EMAC4
108         select IBM_NEW_EMAC_RGMII
109
110 config 405GPR
111         bool
112
113 config XILINX_VIRTEX
114         bool
115
116 config XILINX_VIRTEX_II_PRO
117         bool
118         select XILINX_VIRTEX
119         select IBM405_ERR77
120         select IBM405_ERR51
121
122 config XILINX_VIRTEX_4_FX
123         bool
124         select XILINX_VIRTEX
125
126 config STB03xxx
127         bool
128         select IBM405_ERR77
129         select IBM405_ERR51
130
131 # 40x errata/workaround config symbols, selected by the CPU models above
132
133 # All 405-based cores up until the 405GPR and 405EP have this errata.
134 config IBM405_ERR77
135         bool
136
137 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
138 config IBM405_ERR51
139         bool
140
141 #config BIOS_FIXUP
142 #       bool
143 #       depends on BUBINGA || EP405 || SYCAMORE || WALNUT
144 #       default y
145
146 #config PPC4xx_DMA
147 #       bool "PPC4xx DMA controller support"
148 #       depends on 4xx
149
150 #config PPC4xx_EDMA
151 #       bool
152 #       depends on !STB03xxx && PPC4xx_DMA
153 #       default y