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