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