blob: 153022971daab89ad20241aecd2bcefcaf303e08 [file] [log] [blame]
David Gibsonf6557332007-04-18 16:36:26 +10001#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
Josh Boyer8105fa82008-09-03 20:58:22 -040017config 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
Benjamin Herrenschmidt61974032007-12-21 15:39:26 +110026config 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.
David Gibsonf6557332007-04-18 16:36:26 +100034
Solomon Peachy0cdf50a2009-08-20 10:19:47 +000035config HOTFOOT
36 bool "Hotfoot"
37 depends on 40x
38 default n
39 select 405EP
40 select PPC40x_SIMPLE
41 select PCI
42 help
43 This option enables support for the ESTEEM 195E Hotfoot board.
44
Stefan Roese37b31f92007-10-11 22:08:21 +100045config KILAUEA
46 bool "Kilauea"
47 depends on 40x
48 default n
Stefan Roesecdb159a2007-12-01 21:19:55 +110049 select 405EX
Josh Boyer336ff732009-06-03 05:28:03 +000050 select PPC40x_SIMPLE
Stefan Roese151161c2007-12-07 20:34:26 +110051 select PPC4xx_PCI_EXPRESS
Rupjyoti Sarmah3fb79332011-03-29 23:10:24 +000052 select PCI_MSI
53 select PPC4xx_MSI
Stefan Roese37b31f92007-10-11 22:08:21 +100054 help
55 This option enables support for the AMCC PPC405EX evaluation board.
56
Stefan Roesebe1e0e92007-12-21 18:10:36 +110057config MAKALU
58 bool "Makalu"
59 depends on 40x
60 default n
61 select 405EX
62 select PCI
63 select PPC4xx_PCI_EXPRESS
Josh Boyer194ff1c2009-06-03 05:24:12 +000064 select PPC40x_SIMPLE
Stefan Roesebe1e0e92007-12-21 18:10:36 +110065 help
66 This option enables support for the AMCC PPC405EX board.
67
David Gibsonf6557332007-04-18 16:36:26 +100068#config SYCAMORE
69# bool "Sycamore"
70# depends on 40x
71# default n
72# select 405GPR
73# help
74# This option enables support for the IBM PPC405GPr evaluation board.
75
Josh Boyer545c0692007-09-07 07:51:24 -050076config WALNUT
77 bool "Walnut"
78 depends on 40x
79 default y
80 select 405GP
Benjamin Herrenschmidt379865d2007-12-21 15:39:28 +110081 select PCI
Josh Boyerfde9d162008-02-06 07:04:58 -060082 select OF_RTC
Josh Boyer545c0692007-09-07 07:51:24 -050083 help
84 This option enables support for the IBM PPC405GP evaluation board.
David Gibsonf6557332007-04-18 16:36:26 +100085
Grant Likely36660ce2007-10-02 12:15:18 +100086config XILINX_VIRTEX_GENERIC_BOARD
87 bool "Generic Xilinx Virtex board"
88 depends on 40x
89 default n
90 select XILINX_VIRTEX_II_PRO
91 select XILINX_VIRTEX_4_FX
92 help
93 This option enables generic support for Xilinx Virtex based boards.
94
95 The generic virtex board support matches any device tree which
96 specifies 'xilinx,virtex' in its compatible field. This includes
97 the Xilinx ML3xx and ML4xx reference designs using the powerpc
98 core.
99
100 Most Virtex designs should use this unless it needs to do some
101 special configuration at board probe time.
David Gibsonf6557332007-04-18 16:36:26 +1000102
Josh Boyer8105fa82008-09-03 20:58:22 -0400103config PPC40x_SIMPLE
104 bool "Simple PowerPC 40x board support"
105 depends on 40x
106 default n
107 help
108 This option enables the simple PowerPC 40x platform support.
109
David Gibsonf6557332007-04-18 16:36:26 +1000110# OAK doesn't exist but wanted to keep this around for any future 403GCX boards
111config 403GCX
112 bool
113 #depends on OAK
114 select IBM405_ERR51
115
116config 405GP
117 bool
118 select IBM405_ERR77
119 select IBM405_ERR51
Tony Breeds3b3bceef2011-08-18 21:33:49 -0700120 select IBM_EMAC_ZMII
David Gibsonf6557332007-04-18 16:36:26 +1000121
122config 405EP
123 bool
124
Stefan Roesecdb159a2007-12-01 21:19:55 +1100125config 405EX
126 bool
Tony Breeds3b3bceef2011-08-18 21:33:49 -0700127 select IBM_EMAC_EMAC4
128 select IBM_EMAC_RGMII
Stefan Roesecdb159a2007-12-01 21:19:55 +1100129
Josh Boyer8105fa82008-09-03 20:58:22 -0400130config 405EZ
131 bool
Tony Breeds3b3bceef2011-08-18 21:33:49 -0700132 select IBM_EMAC_NO_FLOW_CTRL
133 select IBM_EMAC_MAL_CLR_ICINTSTAT
134 select IBM_EMAC_MAL_COMMON_ERR
Josh Boyer8105fa82008-09-03 20:58:22 -0400135
David Gibsonf6557332007-04-18 16:36:26 +1000136config 405GPR
137 bool
138
Grant Likely36660ce2007-10-02 12:15:18 +1000139config XILINX_VIRTEX
David Gibsonf6557332007-04-18 16:36:26 +1000140 bool
Grant Likely514a30d2009-05-14 10:23:10 -0600141 select DEFAULT_UIMAGE
Grant Likely36660ce2007-10-02 12:15:18 +1000142
143config XILINX_VIRTEX_II_PRO
144 bool
145 select XILINX_VIRTEX
David Gibsonf6557332007-04-18 16:36:26 +1000146 select IBM405_ERR77
147 select IBM405_ERR51
148
Grant Likely36660ce2007-10-02 12:15:18 +1000149config XILINX_VIRTEX_4_FX
150 bool
151 select XILINX_VIRTEX
152
David Gibsonf6557332007-04-18 16:36:26 +1000153config STB03xxx
154 bool
155 select IBM405_ERR77
156 select IBM405_ERR51
157
Steven A. Falco878e7552008-10-13 06:04:09 +0000158config PPC4xx_GPIO
159 bool "PPC4xx GPIO support"
160 depends on 40x
161 select ARCH_REQUIRE_GPIOLIB
162 select GENERIC_GPIO
163 help
164 Enable gpiolib support for ppc40x based boards
165
David Gibsonf6557332007-04-18 16:36:26 +1000166# 40x errata/workaround config symbols, selected by the CPU models above
167
168# All 405-based cores up until the 405GPR and 405EP have this errata.
169config IBM405_ERR77
170 bool
171
172# All 40x-based cores, up until the 405GPR and 405EP have this errata.
173config IBM405_ERR51
174 bool
175
David Gibsonf6557332007-04-18 16:36:26 +1000176#config BIOS_FIXUP
177# bool
178# depends on BUBINGA || EP405 || SYCAMORE || WALNUT
179# default y
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000180
David Gibsonf6557332007-04-18 16:36:26 +1000181#config PPC4xx_DMA
182# bool "PPC4xx DMA controller support"
183# depends on 4xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000184
David Gibsonf6557332007-04-18 16:36:26 +1000185#config PPC4xx_EDMA
186# bool
187# depends on !STB03xxx && PPC4xx_DMA
188# default y