[POWERPC] 4xx: Add AMCC 440EP Yosemite DTS
[deliverable/linux.git] / arch / powerpc / platforms / 44x / Kconfig
CommitLineData
8c1449bd
JB
1config BAMBOO
2 bool "Bamboo"
3 depends on 44x
4 default n
5 select 440EP
c3fc2de0 6 select PCI
8c1449bd
JB
7 help
8 This option enables support for the IBM PPC440EP evaluation board.
f6dfc805
DG
9
10config EBONY
11 bool "Ebony"
12 depends on 44x
13 default y
14 select 440GP
69c07851 15 select PCI
22258fa4 16 select OF_RTC
f6dfc805
DG
17 help
18 This option enables support for the IBM PPC440GP evaluation board.
19
15fc993e
VB
20config SEQUOIA
21 bool "Sequoia"
22 depends on 44x
23 default n
24 select 440EPX
25 help
26 This option enables support for the AMCC PPC440EPX evaluation board.
27
6bbc5476
HB
28config TAISHAN
29 bool "Taishan"
30 depends on 44x
31 default n
32 select 440GX
33 select PCI
34 help
35 This option enables support for the AMCC PPC440GX "Taishan"
36 evaluation board.
37
3de9c9cd
BH
38config KATMAI
39 bool "Katmai"
40 depends on 44x
41 default n
42 select 440SPe
43 select PCI
44 select PPC4xx_PCI_EXPRESS
45 help
46 This option enables support for the AMCC PPC440SPe evaluation board.
47
6272175d
VB
48config RAINIER
49 bool "Rainier"
50 depends on 44x
51 default n
52 select 440GRX
99011623 53 select PCI
6272175d
VB
54 help
55 This option enables support for the AMCC PPC440GRX evaluation board.
56
f9bdedb2
SM
57config WARP
58 bool "PIKA Warp"
59 depends on 44x
60 default n
61 select 440EP
62 help
63 This option enables support for the PIKA Warp(tm) Appliance. The Warp
4b63c3b9 64 is a small computer replacement with up to 9 ports of FXO/FXS plus VOIP
f9bdedb2
SM
65 stations and trunks.
66
67 See http://www.pikatechnologies.com/ and follow the "PIKA for Computer
68 Telephony Developers" link for more information.
69
66e4b334
SR
70config CANYONLANDS
71 bool "Canyonlands"
72 depends on 44x
73 default n
74 select 460EX
75 select PCI
76 select PPC4xx_PCI_EXPRESS
77 help
78 This option enables support for the AMCC PPC460EX evaluation board.
79
f6dfc805
DG
80#config LUAN
81# bool "Luan"
82# depends on 44x
83# default n
84# select 440SP
85# help
86# This option enables support for the IBM PPC440SP evaluation board.
87
88#config OCOTEA
89# bool "Ocotea"
90# depends on 44x
91# default n
92# select 440GX
93# help
94# This option enables support for the IBM PPC440GX evaluation board.
95
96# 44x specific CPU modules, selected based on the board above.
97config 440EP
98 bool
99 select PPC_FPU
100 select IBM440EP_ERR42
73925376 101 select IBM_NEW_EMAC_ZMII
f9bdedb2 102 select USB_ARCH_HAS_OHCI
f6dfc805 103
15fc993e
VB
104config 440EPX
105 bool
106 select PPC_FPU
b7c1dfba
VB
107 select IBM_NEW_EMAC_EMAC4
108 select IBM_NEW_EMAC_RGMII
109 select IBM_NEW_EMAC_ZMII
f6dfc805 110
6272175d
VB
111config 440GRX
112 bool
113 select IBM_NEW_EMAC_EMAC4
114 select IBM_NEW_EMAC_RGMII
115 select IBM_NEW_EMAC_ZMII
116
f6dfc805
DG
117config 440GP
118 bool
1d3bb996 119 select IBM_NEW_EMAC_ZMII
f6dfc805
DG
120
121config 440GX
122 bool
4b63c3b9 123 select IBM_NEW_EMAC_EMAC4
6bbc5476 124 select IBM_NEW_EMAC_RGMII
4b63c3b9
JB
125 select IBM_NEW_EMAC_ZMII #test only
126 select IBM_NEW_EMAC_TAH #test only
f6dfc805
DG
127
128config 440SP
129 bool
130
3de9c9cd 131config 440SPe
3de9c9cd 132 bool
4b63c3b9 133 select IBM_NEW_EMAC_EMAC4
3de9c9cd 134
66e4b334
SR
135config 460EX
136 bool
137 select PPC_FPU
138 select IBM_NEW_EMAC_EMAC4
139 select IBM_NEW_EMAC_RGMII
140 select IBM_NEW_EMAC_ZMII
141 select IBM_NEW_EMAC_TAH
142
f6dfc805
DG
143# 44x errata/workaround config symbols, selected by the CPU models above
144config IBM440EP_ERR42
145 bool
This page took 0.124033 seconds and 5 git commands to generate.