Kconfig 6.8 KB
Newer Older
D
Dave Kleikamp 已提交
1 2 3 4 5 6 7 8 9
config PPC_47x
	bool "Support for 47x variant"
	depends on 44x
	default n
	select MPIC
	help
	  This option enables support for the 47x family of processors and is
	  not currently compatible with other 44x or 46x varients

J
Josh Boyer 已提交
10 11 12 13
config BAMBOO
	bool "Bamboo"
	depends on 44x
	default n
14
	select PPC44x_SIMPLE
J
Josh Boyer 已提交
15
	select 440EP
16
	select PCI
J
Josh Boyer 已提交
17 18
	help
	  This option enables support for the IBM PPC440EP evaluation board.
19

20 21 22 23 24 25
config BLUESTONE
	bool "Bluestone"
	depends on 44x
	default n
	select PPC44x_SIMPLE
	select APM821xx
26
	select IBM_EMAC_RGMII
27 28 29
	help
	  This option enables support for the APM APM821xx Evaluation board.

30 31 32 33 34
config EBONY
	bool "Ebony"
	depends on 44x
	default y
	select 440GP
35
	select PCI
36
	select OF_RTC
37 38 39
	help
	  This option enables support for the IBM PPC440GP evaluation board.

40 41 42 43 44 45 46 47 48
config SAM440EP
        bool "Sam440ep"
	depends on 44x
        default n
        select 440EP
        select PCI
        help
          This option enables support for the ACube Sam440ep board.

49 50 51 52
config SEQUOIA
	bool "Sequoia"
	depends on 44x
	default n
53
	select PPC44x_SIMPLE
54 55 56 57
	select 440EPX
	help
	  This option enables support for the AMCC PPC440EPX evaluation board.

58 59 60 61
config TAISHAN
	bool "Taishan"
	depends on 44x
	default n
62
	select PPC44x_SIMPLE
63 64 65 66 67 68
	select 440GX
	select PCI
	help
	  This option enables support for the AMCC PPC440GX "Taishan"
	  evaluation board.

69 70 71 72
config KATMAI
	bool "Katmai"
	depends on 44x
	default n
73
	select PPC44x_SIMPLE
74 75 76
	select 440SPe
	select PCI
	select PPC4xx_PCI_EXPRESS
77 78
	select PCI_MSI
	select PCC4xx_MSI
79 80 81
	help
	  This option enables support for the AMCC PPC440SPe evaluation board.

82 83 84 85
config RAINIER
	bool "Rainier"
	depends on 44x
	default n
86
	select PPC44x_SIMPLE
87
	select 440GRX
88
	select PCI
89 90 91
	help
	  This option enables support for the AMCC PPC440GRX evaluation board.

92 93 94 95 96 97 98
config WARP
	bool "PIKA Warp"
	depends on 44x
	default n
	select 440EP
	help
	  This option enables support for the PIKA Warp(tm) Appliance. The Warp
99
	  is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
100 101 102 103 104
	  stations and trunks.

	  See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
	  Telephony Developers" link for more information.

105 106 107 108 109 110 111 112 113 114 115
config ARCHES
	bool "Arches"
	depends on 44x
	default n
	select PPC44x_SIMPLE
	select 460EX # Odd since it uses 460GT but the effects are the same
	select PCI
	select PPC4xx_PCI_EXPRESS
	help
	  This option enables support for the AMCC Dual PPC460GT evaluation board.

116 117 118 119 120 121 122
config CANYONLANDS
	bool "Canyonlands"
	depends on 44x
	default n
	select 460EX
	select PCI
	select PPC4xx_PCI_EXPRESS
123 124
	select PCI_MSI
	select PPC4xx_MSI
125 126
	select IBM_EMAC_RGMII
	select IBM_EMAC_ZMII
127 128 129
	help
	  This option enables support for the AMCC PPC460EX evaluation board.

130 131 132 133 134 135 136 137
config GLACIER
	bool "Glacier"
	depends on 44x
	default n
	select PPC44x_SIMPLE
	select 460EX # Odd since it uses 460GT but the effects are the same
	select PCI
	select PPC4xx_PCI_EXPRESS
138 139
	select IBM_EMAC_RGMII
	select IBM_EMAC_ZMII
140 141 142
	help
	  This option enables support for the AMCC PPC460GT evaluation board.

143 144 145 146 147 148 149 150
config REDWOOD
	bool "Redwood"
	depends on 44x
	default n
	select PPC44x_SIMPLE
	select 460SX
	select PCI
	select PPC4xx_PCI_EXPRESS
151 152
	select PCI_MSI
	select PPC4xx_MSI
153 154 155
	help
	  This option enables support for the AMCC PPC460SX Redwood board.

156 157 158 159 160 161 162 163
config EIGER
	bool "Eiger"
	depends on 44x
	default n
	select PPC44x_SIMPLE
	select 460SX
	select PCI
	select PPC4xx_PCI_EXPRESS
164
	select IBM_EMAC_RGMII
165 166 167
	help
	  This option enables support for the AMCC PPC460SX evaluation board.

168 169 170 171
config YOSEMITE
	bool "Yosemite"
	depends on 44x
	default n
172
	select PPC44x_SIMPLE
173 174 175 176 177
	select 440EP
	select PCI
	help
	  This option enables support for the AMCC PPC440EP evaluation board.

178 179 180 181 182 183 184 185 186 187 188
config ISS4xx
	bool "ISS 4xx Simulator"
	depends on (44x || 40x)
	default n
	select 405GP if 40x
	select 440GP if 44x && !PPC_47x
	select PPC_FPU
	select OF_RTC
	help
	  This option enables support for the IBM ISS simulation environment

189 190 191 192 193 194 195 196 197 198 199
config ICON
	bool "Icon"
	depends on 44x
	default n
	select PPC44x_SIMPLE
	select 440SPe
	select PCI
	select PPC4xx_PCI_EXPRESS
	help
	  This option enables support for the AMCC PPC440SPe evaluation board.

200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
#config LUAN
#	bool "Luan"
#	depends on 44x
#	default n
#	select 440SP
#	help
#	  This option enables support for the IBM PPC440SP evaluation board.

#config OCOTEA
#	bool "Ocotea"
#	depends on 44x
#	default n
#	select 440GX
#	help
#	  This option enables support for the IBM PPC440GX evaluation board.

216
config XILINX_VIRTEX440_GENERIC_BOARD
217
	bool "Generic Xilinx Virtex 5 FXT board support"
218 219 220 221 222 223 224 225 226 227 228 229 230 231
	depends on 44x
	default n
	select XILINX_VIRTEX_5_FXT
	help
	  This option enables generic support for Xilinx Virtex based boards
	  that use a 440 based processor in the Virtex 5 FXT FPGA architecture.

	  The generic virtex board support matches any device tree which
	  specifies 'xlnx,virtex440' in its compatible field.  This includes
	  the Xilinx ML5xx reference designs using the powerpc core.

	  Most Virtex 5 designs should use this unless it needs to do some
	  special configuration at board probe time.

232 233 234 235 236 237 238 239 240 241 242
config XILINX_ML510
	bool "Xilinx ML510 extra support"
	depends on XILINX_VIRTEX440_GENERIC_BOARD
	select PPC_PCI_CHOICE
	select XILINX_PCI if PCI
	select PPC_INDIRECT_PCI if PCI
	select PPC_I8259 if PCI
	help
	  This option enables extra support for features on the Xilinx ML510
	  board.  The ML510 has a PCI bus with ALI south bridge.

243 244 245 246 247 248 249
config PPC44x_SIMPLE
	bool "Simple PowerPC 44x board support"
	depends on 44x
	default n
	help
	  This option enables the simple PowerPC 44x platform support.

250 251 252 253 254 255 256 257
config PPC4xx_GPIO
	bool "PPC4xx GPIO support"
	depends on 44x
	select ARCH_REQUIRE_GPIOLIB
	select GENERIC_GPIO
	help
	  Enable gpiolib support for ppc440 based boards

258 259 260 261 262
# 44x specific CPU modules, selected based on the board above.
config 440EP
	bool
	select PPC_FPU
	select IBM440EP_ERR42
263
	select IBM_EMAC_ZMII
264
	select USB_ARCH_HAS_OHCI
265

266 267 268
config 440EPX
	bool
	select PPC_FPU
269 270 271
	select IBM_EMAC_EMAC4
	select IBM_EMAC_RGMII
	select IBM_EMAC_ZMII
272

273 274
config 440GRX
	bool
275 276 277
	select IBM_EMAC_EMAC4
	select IBM_EMAC_RGMII
	select IBM_EMAC_ZMII
278

279 280
config 440GP
	bool
281
	select IBM_EMAC_ZMII
282 283 284

config 440GX
	bool
285 286 287 288
	select IBM_EMAC_EMAC4
	select IBM_EMAC_RGMII
	select IBM_EMAC_ZMII #test only
	select IBM_EMAC_TAH  #test only
289 290 291 292

config 440SP
	bool

293 294
config 440SPe
	bool
295
	select IBM_EMAC_EMAC4
296

297 298 299
config 460EX
	bool
	select PPC_FPU
300 301
	select IBM_EMAC_EMAC4
	select IBM_EMAC_TAH
302

303 304 305
config 460SX
	bool
	select PPC_FPU
306 307 308 309
	select IBM_EMAC_EMAC4
	select IBM_EMAC_RGMII
	select IBM_EMAC_ZMII
	select IBM_EMAC_TAH
310

T
Tony Breeds 已提交
311 312 313 314
config 476FPE
	bool
	select PPC_FPU

315 316 317
config APM821xx
	bool
	select PPC_FPU
318 319
	select IBM_EMAC_EMAC4
	select IBM_EMAC_TAH
320

321 322 323
# 44x errata/workaround config symbols, selected by the CPU models above
config IBM440EP_ERR42
	bool
324 325 326 327

# Xilinx specific config options.
config XILINX_VIRTEX
	bool
328
	select DEFAULT_UIMAGE
329 330 331 332 333 334

# Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
config XILINX_VIRTEX_5_FXT
	bool
	select XILINX_VIRTEX