]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/powerpc/cpu/mpc85xx/Kconfig
powerpc: MPC8536: Move CONFIG_MPC8536 to Kconfig option
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
1 menu "mpc85xx CPU"
2 depends on MPC85xx
3
4 config SYS_CPU
5 default "mpc85xx"
6
7 choice
8 prompt "Target select"
9 optional
10
11 config TARGET_SBC8548
12 bool "Support sbc8548"
13 select ARCH_MPC8548
14
15 config TARGET_SOCRATES
16 bool "Support socrates"
17 select ARCH_MPC8544
18
19 config TARGET_B4860QDS
20 bool "Support B4860QDS"
21 select SUPPORT_SPL
22 select PHYS_64BIT
23
24 config TARGET_BSC9131RDB
25 bool "Support BSC9131RDB"
26 select ARCH_BSC9131
27 select SUPPORT_SPL
28
29 config TARGET_BSC9132QDS
30 bool "Support BSC9132QDS"
31 select ARCH_BSC9132
32 select SUPPORT_SPL
33
34 config TARGET_C29XPCIE
35 bool "Support C29XPCIE"
36 select ARCH_C29X
37 select SUPPORT_SPL
38 select SUPPORT_TPL
39 select PHYS_64BIT
40
41 config TARGET_P3041DS
42 bool "Support P3041DS"
43 select PHYS_64BIT
44
45 config TARGET_P4080DS
46 bool "Support P4080DS"
47 select PHYS_64BIT
48
49 config TARGET_P5020DS
50 bool "Support P5020DS"
51 select PHYS_64BIT
52
53 config TARGET_P5040DS
54 bool "Support P5040DS"
55 select PHYS_64BIT
56
57 config TARGET_MPC8536DS
58 bool "Support MPC8536DS"
59 select ARCH_MPC8536
60
61 config TARGET_MPC8540ADS
62 bool "Support MPC8540ADS"
63
64 config TARGET_MPC8541CDS
65 bool "Support MPC8541CDS"
66
67 config TARGET_MPC8544DS
68 bool "Support MPC8544DS"
69 select ARCH_MPC8544
70
71 config TARGET_MPC8548CDS
72 bool "Support MPC8548CDS"
73 select ARCH_MPC8548
74
75 config TARGET_MPC8555CDS
76 bool "Support MPC8555CDS"
77
78 config TARGET_MPC8560ADS
79 bool "Support MPC8560ADS"
80
81 config TARGET_MPC8568MDS
82 bool "Support MPC8568MDS"
83
84 config TARGET_MPC8569MDS
85 bool "Support MPC8569MDS"
86
87 config TARGET_MPC8572DS
88 bool "Support MPC8572DS"
89
90 config TARGET_P1010RDB
91 bool "Support P1010RDB"
92 select SUPPORT_SPL
93 select SUPPORT_TPL
94
95 config TARGET_P1022DS
96 bool "Support P1022DS"
97 select SUPPORT_SPL
98 select SUPPORT_TPL
99
100 config TARGET_P1023RDB
101 bool "Support P1023RDB"
102
103 config TARGET_P1_P2_RDB_PC
104 bool "Support p1_p2_rdb_pc"
105 select SUPPORT_SPL
106 select SUPPORT_TPL
107
108 config TARGET_P1_TWR
109 bool "Support p1_twr"
110
111 config TARGET_P2041RDB
112 bool "Support P2041RDB"
113 select PHYS_64BIT
114
115 config TARGET_QEMU_PPCE500
116 bool "Support qemu-ppce500"
117 select PHYS_64BIT
118
119 config TARGET_T102XQDS
120 bool "Support T102xQDS"
121 select SUPPORT_SPL
122 select PHYS_64BIT
123
124 config TARGET_T102XRDB
125 bool "Support T102xRDB"
126 select SUPPORT_SPL
127 select PHYS_64BIT
128
129 config TARGET_T1040QDS
130 bool "Support T1040QDS"
131 select PHYS_64BIT
132
133 config TARGET_T104XRDB
134 bool "Support T104xRDB"
135 select SUPPORT_SPL
136 select PHYS_64BIT
137
138 config TARGET_T208XQDS
139 bool "Support T208xQDS"
140 select SUPPORT_SPL
141 select PHYS_64BIT
142
143 config TARGET_T208XRDB
144 bool "Support T208xRDB"
145 select SUPPORT_SPL
146 select PHYS_64BIT
147
148 config TARGET_T4240QDS
149 bool "Support T4240QDS"
150 select SUPPORT_SPL
151 select PHYS_64BIT
152
153 config TARGET_T4240RDB
154 bool "Support T4240RDB"
155 select SUPPORT_SPL
156 select PHYS_64BIT
157
158 config TARGET_CONTROLCENTERD
159 bool "Support controlcenterd"
160
161 config TARGET_KMP204X
162 bool "Support kmp204x"
163 select PHYS_64BIT
164
165 config TARGET_XPEDITE520X
166 bool "Support xpedite520x"
167 select ARCH_MPC8548
168
169 config TARGET_XPEDITE537X
170 bool "Support xpedite537x"
171
172 config TARGET_XPEDITE550X
173 bool "Support xpedite550x"
174
175 config TARGET_UCP1020
176 bool "Support uCP1020"
177
178 config TARGET_CYRUS
179 bool "Support Varisys Cyrus"
180 select PHYS_64BIT
181
182 endchoice
183
184 config ARCH_BSC9131
185 bool
186
187 config ARCH_BSC9132
188 bool
189
190 config ARCH_C29X
191 bool
192
193 config ARCH_MPC8536
194 bool
195
196 config ARCH_MPC8544
197 bool
198
199 config ARCH_MPC8548
200 bool
201
202 source "board/freescale/b4860qds/Kconfig"
203 source "board/freescale/bsc9131rdb/Kconfig"
204 source "board/freescale/bsc9132qds/Kconfig"
205 source "board/freescale/c29xpcie/Kconfig"
206 source "board/freescale/corenet_ds/Kconfig"
207 source "board/freescale/mpc8536ds/Kconfig"
208 source "board/freescale/mpc8540ads/Kconfig"
209 source "board/freescale/mpc8541cds/Kconfig"
210 source "board/freescale/mpc8544ds/Kconfig"
211 source "board/freescale/mpc8548cds/Kconfig"
212 source "board/freescale/mpc8555cds/Kconfig"
213 source "board/freescale/mpc8560ads/Kconfig"
214 source "board/freescale/mpc8568mds/Kconfig"
215 source "board/freescale/mpc8569mds/Kconfig"
216 source "board/freescale/mpc8572ds/Kconfig"
217 source "board/freescale/p1010rdb/Kconfig"
218 source "board/freescale/p1022ds/Kconfig"
219 source "board/freescale/p1023rdb/Kconfig"
220 source "board/freescale/p1_p2_rdb_pc/Kconfig"
221 source "board/freescale/p1_twr/Kconfig"
222 source "board/freescale/p2041rdb/Kconfig"
223 source "board/freescale/qemu-ppce500/Kconfig"
224 source "board/freescale/t102xqds/Kconfig"
225 source "board/freescale/t102xrdb/Kconfig"
226 source "board/freescale/t1040qds/Kconfig"
227 source "board/freescale/t104xrdb/Kconfig"
228 source "board/freescale/t208xqds/Kconfig"
229 source "board/freescale/t208xrdb/Kconfig"
230 source "board/freescale/t4qds/Kconfig"
231 source "board/freescale/t4rdb/Kconfig"
232 source "board/gdsys/p1022/Kconfig"
233 source "board/keymile/kmp204x/Kconfig"
234 source "board/sbc8548/Kconfig"
235 source "board/socrates/Kconfig"
236 source "board/varisys/cyrus/Kconfig"
237 source "board/xes/xpedite520x/Kconfig"
238 source "board/xes/xpedite537x/Kconfig"
239 source "board/xes/xpedite550x/Kconfig"
240 source "board/Arcturus/ucp1020/Kconfig"
241
242 endmenu