powerpc: MPC8560: Remove macro CONFIG_MPC8560
[platform/kernel/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         select ARCH_MPC8540
64
65 config TARGET_MPC8541CDS
66         bool "Support MPC8541CDS"
67         select ARCH_MPC8541
68
69 config TARGET_MPC8544DS
70         bool "Support MPC8544DS"
71         select ARCH_MPC8544
72
73 config TARGET_MPC8548CDS
74         bool "Support MPC8548CDS"
75         select ARCH_MPC8548
76
77 config TARGET_MPC8555CDS
78         bool "Support MPC8555CDS"
79         select ARCH_MPC8555
80
81 config TARGET_MPC8560ADS
82         bool "Support MPC8560ADS"
83         select ARCH_MPC8560
84
85 config TARGET_MPC8568MDS
86         bool "Support MPC8568MDS"
87
88 config TARGET_MPC8569MDS
89         bool "Support MPC8569MDS"
90
91 config TARGET_MPC8572DS
92         bool "Support MPC8572DS"
93
94 config TARGET_P1010RDB
95         bool "Support P1010RDB"
96         select SUPPORT_SPL
97         select SUPPORT_TPL
98
99 config TARGET_P1022DS
100         bool "Support P1022DS"
101         select SUPPORT_SPL
102         select SUPPORT_TPL
103
104 config TARGET_P1023RDB
105         bool "Support P1023RDB"
106
107 config TARGET_P1_P2_RDB_PC
108         bool "Support p1_p2_rdb_pc"
109         select SUPPORT_SPL
110         select SUPPORT_TPL
111
112 config TARGET_P1_TWR
113         bool "Support p1_twr"
114
115 config TARGET_P2041RDB
116         bool "Support P2041RDB"
117         select PHYS_64BIT
118
119 config TARGET_QEMU_PPCE500
120         bool "Support qemu-ppce500"
121         select PHYS_64BIT
122
123 config TARGET_T102XQDS
124         bool "Support T102xQDS"
125         select SUPPORT_SPL
126         select PHYS_64BIT
127
128 config TARGET_T102XRDB
129         bool "Support T102xRDB"
130         select SUPPORT_SPL
131         select PHYS_64BIT
132
133 config TARGET_T1040QDS
134         bool "Support T1040QDS"
135         select PHYS_64BIT
136
137 config TARGET_T104XRDB
138         bool "Support T104xRDB"
139         select SUPPORT_SPL
140         select PHYS_64BIT
141
142 config TARGET_T208XQDS
143         bool "Support T208xQDS"
144         select SUPPORT_SPL
145         select PHYS_64BIT
146
147 config TARGET_T208XRDB
148         bool "Support T208xRDB"
149         select SUPPORT_SPL
150         select PHYS_64BIT
151
152 config TARGET_T4240QDS
153         bool "Support T4240QDS"
154         select SUPPORT_SPL
155         select PHYS_64BIT
156
157 config TARGET_T4240RDB
158         bool "Support T4240RDB"
159         select SUPPORT_SPL
160         select PHYS_64BIT
161
162 config TARGET_CONTROLCENTERD
163         bool "Support controlcenterd"
164
165 config TARGET_KMP204X
166         bool "Support kmp204x"
167         select PHYS_64BIT
168
169 config TARGET_XPEDITE520X
170         bool "Support xpedite520x"
171         select ARCH_MPC8548
172
173 config TARGET_XPEDITE537X
174         bool "Support xpedite537x"
175
176 config TARGET_XPEDITE550X
177         bool "Support xpedite550x"
178
179 config TARGET_UCP1020
180         bool "Support uCP1020"
181
182 config TARGET_CYRUS
183         bool "Support Varisys Cyrus"
184         select PHYS_64BIT
185
186 endchoice
187
188 config ARCH_BSC9131
189         bool
190
191 config ARCH_BSC9132
192         bool
193
194 config ARCH_C29X
195         bool
196
197 config ARCH_MPC8536
198         bool
199
200 config ARCH_MPC8540
201         bool
202
203 config ARCH_MPC8541
204         bool
205
206 config ARCH_MPC8544
207         bool
208
209 config ARCH_MPC8548
210         bool
211
212 config ARCH_MPC8555
213         bool
214
215 config ARCH_MPC8560
216         bool
217
218 source "board/freescale/b4860qds/Kconfig"
219 source "board/freescale/bsc9131rdb/Kconfig"
220 source "board/freescale/bsc9132qds/Kconfig"
221 source "board/freescale/c29xpcie/Kconfig"
222 source "board/freescale/corenet_ds/Kconfig"
223 source "board/freescale/mpc8536ds/Kconfig"
224 source "board/freescale/mpc8540ads/Kconfig"
225 source "board/freescale/mpc8541cds/Kconfig"
226 source "board/freescale/mpc8544ds/Kconfig"
227 source "board/freescale/mpc8548cds/Kconfig"
228 source "board/freescale/mpc8555cds/Kconfig"
229 source "board/freescale/mpc8560ads/Kconfig"
230 source "board/freescale/mpc8568mds/Kconfig"
231 source "board/freescale/mpc8569mds/Kconfig"
232 source "board/freescale/mpc8572ds/Kconfig"
233 source "board/freescale/p1010rdb/Kconfig"
234 source "board/freescale/p1022ds/Kconfig"
235 source "board/freescale/p1023rdb/Kconfig"
236 source "board/freescale/p1_p2_rdb_pc/Kconfig"
237 source "board/freescale/p1_twr/Kconfig"
238 source "board/freescale/p2041rdb/Kconfig"
239 source "board/freescale/qemu-ppce500/Kconfig"
240 source "board/freescale/t102xqds/Kconfig"
241 source "board/freescale/t102xrdb/Kconfig"
242 source "board/freescale/t1040qds/Kconfig"
243 source "board/freescale/t104xrdb/Kconfig"
244 source "board/freescale/t208xqds/Kconfig"
245 source "board/freescale/t208xrdb/Kconfig"
246 source "board/freescale/t4qds/Kconfig"
247 source "board/freescale/t4rdb/Kconfig"
248 source "board/gdsys/p1022/Kconfig"
249 source "board/keymile/kmp204x/Kconfig"
250 source "board/sbc8548/Kconfig"
251 source "board/socrates/Kconfig"
252 source "board/varisys/cyrus/Kconfig"
253 source "board/xes/xpedite520x/Kconfig"
254 source "board/xes/xpedite537x/Kconfig"
255 source "board/xes/xpedite550x/Kconfig"
256 source "board/Arcturus/ucp1020/Kconfig"
257
258 endmenu