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