Merge commit 'jwb/next' into next
[deliverable/linux.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 ACADIA
18 bool "Acadia"
19 depends on 40x
20 default n
21 select PPC40x_SIMPLE
22 select 405EZ
23 help
24 This option enables support for the AMCC 405EZ Acadia evaluation board.
25
26 config EP405
27 bool "EP405/EP405PC"
28 depends on 40x
29 default n
30 select 405GP
31 select PCI
32 help
33 This option enables support for the EP405/EP405PC boards.
34
35 config HCU4
36 bool "Hcu4"
37 depends on 40x
38 default n
39 select 405GPR
40 help
41 This option enables support for the Nestal Maschinen HCU4 board.
42
43 config KILAUEA
44 bool "Kilauea"
45 depends on 40x
46 default n
47 select 405EX
48 select PPC40x_SIMPLE
49 select PPC4xx_PCI_EXPRESS
50 help
51 This option enables support for the AMCC PPC405EX evaluation board.
52
53 config MAKALU
54 bool "Makalu"
55 depends on 40x
56 default n
57 select 405EX
58 select PCI
59 select PPC4xx_PCI_EXPRESS
60 select PPC40x_SIMPLE
61 help
62 This option enables support for the AMCC PPC405EX board.
63
64 #config REDWOOD_5
65 # bool "Redwood-5"
66 # depends on 40x
67 # default n
68 # select STB03xxx
69 # help
70 # This option enables support for the IBM STB04 evaluation board.
71
72 #config REDWOOD_6
73 # bool "Redwood-6"
74 # depends on 40x
75 # default n
76 # select STB03xxx
77 # help
78 # This option enables support for the IBM STBx25xx evaluation board.
79
80 #config SYCAMORE
81 # bool "Sycamore"
82 # depends on 40x
83 # default n
84 # select 405GPR
85 # help
86 # This option enables support for the IBM PPC405GPr evaluation board.
87
88 config WALNUT
89 bool "Walnut"
90 depends on 40x
91 default y
92 select 405GP
93 select PCI
94 select OF_RTC
95 help
96 This option enables support for the IBM PPC405GP evaluation board.
97
98 config XILINX_VIRTEX_GENERIC_BOARD
99 bool "Generic Xilinx Virtex board"
100 depends on 40x
101 default n
102 select XILINX_VIRTEX_II_PRO
103 select XILINX_VIRTEX_4_FX
104 help
105 This option enables generic support for Xilinx Virtex based boards.
106
107 The generic virtex board support matches any device tree which
108 specifies 'xilinx,virtex' in its compatible field. This includes
109 the Xilinx ML3xx and ML4xx reference designs using the powerpc
110 core.
111
112 Most Virtex designs should use this unless it needs to do some
113 special configuration at board probe time.
114
115 config PPC40x_SIMPLE
116 bool "Simple PowerPC 40x board support"
117 depends on 40x
118 default n
119 help
120 This option enables the simple PowerPC 40x platform support.
121
122 # 40x specific CPU modules, selected based on the board above.
123 config NP405H
124 bool
125 #depends on ASH
126
127 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
128 config 403GCX
129 bool
130 #depends on OAK
131 select IBM405_ERR51
132
133 config 405GP
134 bool
135 select IBM405_ERR77
136 select IBM405_ERR51
137 select IBM_NEW_EMAC_ZMII
138
139 config 405EP
140 bool
141
142 config 405EX
143 bool
144 select IBM_NEW_EMAC_EMAC4
145 select IBM_NEW_EMAC_RGMII
146
147 config 405EZ
148 bool
149 select IBM_NEW_EMAC_NO_FLOW_CTRL
150 select IBM_NEW_EMAC_MAL_CLR_ICINTSTAT
151 select IBM_NEW_EMAC_MAL_COMMON_ERR
152
153 config 405GPR
154 bool
155
156 config XILINX_VIRTEX
157 bool
158 select DEFAULT_UIMAGE
159
160 config XILINX_VIRTEX_II_PRO
161 bool
162 select XILINX_VIRTEX
163 select IBM405_ERR77
164 select IBM405_ERR51
165
166 config XILINX_VIRTEX_4_FX
167 bool
168 select XILINX_VIRTEX
169
170 config STB03xxx
171 bool
172 select IBM405_ERR77
173 select IBM405_ERR51
174
175 config PPC4xx_GPIO
176 bool "PPC4xx GPIO support"
177 depends on 40x
178 select ARCH_REQUIRE_GPIOLIB
179 select GENERIC_GPIO
180 help
181 Enable gpiolib support for ppc40x based boards
182
183 # 40x errata/workaround config symbols, selected by the CPU models above
184
185 # All 405-based cores up until the 405GPR and 405EP have this errata.
186 config IBM405_ERR77
187 bool
188
189 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
190 config IBM405_ERR51
191 bool
192
193 #config BIOS_FIXUP
194 # bool
195 # depends on BUBINGA || EP405 || SYCAMORE || WALNUT
196 # default y
197
198 #config PPC4xx_DMA
199 # bool "PPC4xx DMA controller support"
200 # depends on 4xx
201
202 #config PPC4xx_EDMA
203 # bool
204 # depends on !STB03xxx && PPC4xx_DMA
205 # default y
This page took 0.037514 seconds and 6 git commands to generate.