xref: /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig (revision c8f48474bc6bac1428b3f8a7268f4e6886dafc6d)
1dd84058dSMasahiro Yamadamenu "mpc85xx CPU"
2dd84058dSMasahiro Yamada	depends on MPC85xx
3dd84058dSMasahiro Yamada
4dd84058dSMasahiro Yamadaconfig SYS_CPU
5dd84058dSMasahiro Yamada	default "mpc85xx"
6dd84058dSMasahiro Yamada
7dd84058dSMasahiro Yamadachoice
8dd84058dSMasahiro Yamada	prompt "Target select"
9a26cd049SJoe Hershberger	optional
10dd84058dSMasahiro Yamada
11dd84058dSMasahiro Yamadaconfig TARGET_SBC8548
12dd84058dSMasahiro Yamada	bool "Support sbc8548"
13281ed4c7SYork Sun	select ARCH_MPC8548
14dd84058dSMasahiro Yamada
15dd84058dSMasahiro Yamadaconfig TARGET_SOCRATES
16dd84058dSMasahiro Yamada	bool "Support socrates"
1725cb74b3SYork Sun	select ARCH_MPC8544
18dd84058dSMasahiro Yamada
19dd84058dSMasahiro Yamadaconfig TARGET_B4860QDS
20dd84058dSMasahiro Yamada	bool "Support B4860QDS"
2102627356SMasahiro Yamada	select SUPPORT_SPL
22bb6b142fSMasahiro Yamada	select PHYS_64BIT
23dd84058dSMasahiro Yamada
24dd84058dSMasahiro Yamadaconfig TARGET_BSC9131RDB
25dd84058dSMasahiro Yamada	bool "Support BSC9131RDB"
26115d60c0SYork Sun	select ARCH_BSC9131
2702627356SMasahiro Yamada	select SUPPORT_SPL
28dd84058dSMasahiro Yamada
29dd84058dSMasahiro Yamadaconfig TARGET_BSC9132QDS
30dd84058dSMasahiro Yamada	bool "Support BSC9132QDS"
31115d60c0SYork Sun	select ARCH_BSC9132
3202627356SMasahiro Yamada	select SUPPORT_SPL
33dd84058dSMasahiro Yamada
34dd84058dSMasahiro Yamadaconfig TARGET_C29XPCIE
35dd84058dSMasahiro Yamada	bool "Support C29XPCIE"
364fd64746SYork Sun	select ARCH_C29X
3702627356SMasahiro Yamada	select SUPPORT_SPL
38cf6bbe4cSMasahiro Yamada	select SUPPORT_TPL
39bb6b142fSMasahiro Yamada	select PHYS_64BIT
40dd84058dSMasahiro Yamada
41dd84058dSMasahiro Yamadaconfig TARGET_P3041DS
42dd84058dSMasahiro Yamada	bool "Support P3041DS"
43bb6b142fSMasahiro Yamada	select PHYS_64BIT
44dd84058dSMasahiro Yamada
45dd84058dSMasahiro Yamadaconfig TARGET_P4080DS
46dd84058dSMasahiro Yamada	bool "Support P4080DS"
47bb6b142fSMasahiro Yamada	select PHYS_64BIT
48dd84058dSMasahiro Yamada
49dd84058dSMasahiro Yamadaconfig TARGET_P5020DS
50dd84058dSMasahiro Yamada	bool "Support P5020DS"
51bb6b142fSMasahiro Yamada	select PHYS_64BIT
52dd84058dSMasahiro Yamada
53dd84058dSMasahiro Yamadaconfig TARGET_P5040DS
54dd84058dSMasahiro Yamada	bool "Support P5040DS"
55bb6b142fSMasahiro Yamada	select PHYS_64BIT
56dd84058dSMasahiro Yamada
57dd84058dSMasahiro Yamadaconfig TARGET_MPC8536DS
58dd84058dSMasahiro Yamada	bool "Support MPC8536DS"
5924ad75aeSYork Sun	select ARCH_MPC8536
60dd84058dSMasahiro Yamada
61dd84058dSMasahiro Yamadaconfig TARGET_MPC8540ADS
62dd84058dSMasahiro Yamada	bool "Support MPC8540ADS"
637f825218SYork Sun	select ARCH_MPC8540
64dd84058dSMasahiro Yamada
65dd84058dSMasahiro Yamadaconfig TARGET_MPC8541CDS
66dd84058dSMasahiro Yamada	bool "Support MPC8541CDS"
673aff3082SYork Sun	select ARCH_MPC8541
68dd84058dSMasahiro Yamada
69dd84058dSMasahiro Yamadaconfig TARGET_MPC8544DS
70dd84058dSMasahiro Yamada	bool "Support MPC8544DS"
7125cb74b3SYork Sun	select ARCH_MPC8544
72dd84058dSMasahiro Yamada
73dd84058dSMasahiro Yamadaconfig TARGET_MPC8548CDS
74dd84058dSMasahiro Yamada	bool "Support MPC8548CDS"
75281ed4c7SYork Sun	select ARCH_MPC8548
76dd84058dSMasahiro Yamada
77dd84058dSMasahiro Yamadaconfig TARGET_MPC8555CDS
78dd84058dSMasahiro Yamada	bool "Support MPC8555CDS"
793c3d8ab5SYork Sun	select ARCH_MPC8555
80dd84058dSMasahiro Yamada
81dd84058dSMasahiro Yamadaconfig TARGET_MPC8560ADS
82dd84058dSMasahiro Yamada	bool "Support MPC8560ADS"
8399d0a312SYork Sun	select ARCH_MPC8560
84dd84058dSMasahiro Yamada
85dd84058dSMasahiro Yamadaconfig TARGET_MPC8568MDS
86dd84058dSMasahiro Yamada	bool "Support MPC8568MDS"
87d07c3843SYork Sun	select ARCH_MPC8568
88dd84058dSMasahiro Yamada
89dd84058dSMasahiro Yamadaconfig TARGET_MPC8569MDS
90dd84058dSMasahiro Yamada	bool "Support MPC8569MDS"
9123b36a7dSYork Sun	select ARCH_MPC8569
92dd84058dSMasahiro Yamada
93dd84058dSMasahiro Yamadaconfig TARGET_MPC8572DS
94dd84058dSMasahiro Yamada	bool "Support MPC8572DS"
95*c8f48474SYork Sun	select ARCH_MPC8572
96dd84058dSMasahiro Yamada
97dd84058dSMasahiro Yamadaconfig TARGET_P1010RDB
98dd84058dSMasahiro Yamada	bool "Support P1010RDB"
9902627356SMasahiro Yamada	select SUPPORT_SPL
100cf6bbe4cSMasahiro Yamada	select SUPPORT_TPL
101dd84058dSMasahiro Yamada
102dd84058dSMasahiro Yamadaconfig TARGET_P1022DS
103dd84058dSMasahiro Yamada	bool "Support P1022DS"
10402627356SMasahiro Yamada	select SUPPORT_SPL
105cf6bbe4cSMasahiro Yamada	select SUPPORT_TPL
106dd84058dSMasahiro Yamada
107dd84058dSMasahiro Yamadaconfig TARGET_P1023RDB
108dd84058dSMasahiro Yamada	bool "Support P1023RDB"
109dd84058dSMasahiro Yamada
110dd84058dSMasahiro Yamadaconfig TARGET_P1_P2_RDB_PC
111dd84058dSMasahiro Yamada	bool "Support p1_p2_rdb_pc"
11202627356SMasahiro Yamada	select SUPPORT_SPL
113cf6bbe4cSMasahiro Yamada	select SUPPORT_TPL
114dd84058dSMasahiro Yamada
115dd84058dSMasahiro Yamadaconfig TARGET_P1_TWR
116dd84058dSMasahiro Yamada	bool "Support p1_twr"
117dd84058dSMasahiro Yamada
118dd84058dSMasahiro Yamadaconfig TARGET_P2041RDB
119dd84058dSMasahiro Yamada	bool "Support P2041RDB"
120bb6b142fSMasahiro Yamada	select PHYS_64BIT
121dd84058dSMasahiro Yamada
122dd84058dSMasahiro Yamadaconfig TARGET_QEMU_PPCE500
123dd84058dSMasahiro Yamada	bool "Support qemu-ppce500"
124bb6b142fSMasahiro Yamada	select PHYS_64BIT
125dd84058dSMasahiro Yamada
126aba80048SShengzhou Liuconfig TARGET_T102XQDS
127aba80048SShengzhou Liu	bool "Support T102xQDS"
128aba80048SShengzhou Liu	select SUPPORT_SPL
129bb6b142fSMasahiro Yamada	select PHYS_64BIT
130aba80048SShengzhou Liu
13148c6f328SShengzhou Liuconfig TARGET_T102XRDB
13248c6f328SShengzhou Liu	bool "Support T102xRDB"
13348c6f328SShengzhou Liu	select SUPPORT_SPL
134bb6b142fSMasahiro Yamada	select PHYS_64BIT
13548c6f328SShengzhou Liu
136dd84058dSMasahiro Yamadaconfig TARGET_T1040QDS
137dd84058dSMasahiro Yamada	bool "Support T1040QDS"
138bb6b142fSMasahiro Yamada	select PHYS_64BIT
139dd84058dSMasahiro Yamada
140dd84058dSMasahiro Yamadaconfig TARGET_T104XRDB
141dd84058dSMasahiro Yamada	bool "Support T104xRDB"
14202627356SMasahiro Yamada	select SUPPORT_SPL
143bb6b142fSMasahiro Yamada	select PHYS_64BIT
144dd84058dSMasahiro Yamada
145dd84058dSMasahiro Yamadaconfig TARGET_T208XQDS
146dd84058dSMasahiro Yamada	bool "Support T208xQDS"
14702627356SMasahiro Yamada	select SUPPORT_SPL
148bb6b142fSMasahiro Yamada	select PHYS_64BIT
149dd84058dSMasahiro Yamada
150dd84058dSMasahiro Yamadaconfig TARGET_T208XRDB
151dd84058dSMasahiro Yamada	bool "Support T208xRDB"
15202627356SMasahiro Yamada	select SUPPORT_SPL
153bb6b142fSMasahiro Yamada	select PHYS_64BIT
154dd84058dSMasahiro Yamada
155dd84058dSMasahiro Yamadaconfig TARGET_T4240QDS
156dd84058dSMasahiro Yamada	bool "Support T4240QDS"
15702627356SMasahiro Yamada	select SUPPORT_SPL
158bb6b142fSMasahiro Yamada	select PHYS_64BIT
159dd84058dSMasahiro Yamada
160dd84058dSMasahiro Yamadaconfig TARGET_T4240RDB
161dd84058dSMasahiro Yamada	bool "Support T4240RDB"
162373762c3SChunhe Lan	select SUPPORT_SPL
163bb6b142fSMasahiro Yamada	select PHYS_64BIT
164dd84058dSMasahiro Yamada
165dd84058dSMasahiro Yamadaconfig TARGET_CONTROLCENTERD
166dd84058dSMasahiro Yamada	bool "Support controlcenterd"
167dd84058dSMasahiro Yamada
168dd84058dSMasahiro Yamadaconfig TARGET_KMP204X
169dd84058dSMasahiro Yamada	bool "Support kmp204x"
170bb6b142fSMasahiro Yamada	select PHYS_64BIT
171dd84058dSMasahiro Yamada
172dd84058dSMasahiro Yamadaconfig TARGET_XPEDITE520X
173dd84058dSMasahiro Yamada	bool "Support xpedite520x"
174281ed4c7SYork Sun	select ARCH_MPC8548
175dd84058dSMasahiro Yamada
176dd84058dSMasahiro Yamadaconfig TARGET_XPEDITE537X
177dd84058dSMasahiro Yamada	bool "Support xpedite537x"
178*c8f48474SYork Sun	select ARCH_MPC8572
179dd84058dSMasahiro Yamada
180dd84058dSMasahiro Yamadaconfig TARGET_XPEDITE550X
181dd84058dSMasahiro Yamada	bool "Support xpedite550x"
182dd84058dSMasahiro Yamada
1838b0044ffSOleksandr G Zhadanconfig TARGET_UCP1020
1848b0044ffSOleksandr G Zhadan	bool "Support uCP1020"
1858b0044ffSOleksandr G Zhadan
18687e29878SAndy Flemingconfig TARGET_CYRUS
18787e29878SAndy Fleming	bool "Support Varisys Cyrus"
188bb6b142fSMasahiro Yamada	select PHYS_64BIT
18987e29878SAndy Fleming
190dd84058dSMasahiro Yamadaendchoice
191dd84058dSMasahiro Yamada
192115d60c0SYork Sunconfig ARCH_BSC9131
193115d60c0SYork Sun	bool
194115d60c0SYork Sun
195115d60c0SYork Sunconfig ARCH_BSC9132
196115d60c0SYork Sun	bool
197115d60c0SYork Sun
1984fd64746SYork Sunconfig ARCH_C29X
1994fd64746SYork Sun	bool
2004fd64746SYork Sun
20124ad75aeSYork Sunconfig ARCH_MPC8536
20224ad75aeSYork Sun	bool
20324ad75aeSYork Sun
2047f825218SYork Sunconfig ARCH_MPC8540
2057f825218SYork Sun	bool
2067f825218SYork Sun
2073aff3082SYork Sunconfig ARCH_MPC8541
2083aff3082SYork Sun	bool
2093aff3082SYork Sun
21025cb74b3SYork Sunconfig ARCH_MPC8544
21125cb74b3SYork Sun	bool
21225cb74b3SYork Sun
213281ed4c7SYork Sunconfig ARCH_MPC8548
214281ed4c7SYork Sun	bool
215281ed4c7SYork Sun
2163c3d8ab5SYork Sunconfig ARCH_MPC8555
2173c3d8ab5SYork Sun	bool
2183c3d8ab5SYork Sun
21999d0a312SYork Sunconfig ARCH_MPC8560
22099d0a312SYork Sun	bool
22199d0a312SYork Sun
222d07c3843SYork Sunconfig ARCH_MPC8568
223d07c3843SYork Sun	bool
224d07c3843SYork Sun
22523b36a7dSYork Sunconfig ARCH_MPC8569
22623b36a7dSYork Sun	bool
22723b36a7dSYork Sun
228*c8f48474SYork Sunconfig ARCH_MPC8572
229*c8f48474SYork Sun	bool
230*c8f48474SYork Sun
231dd84058dSMasahiro Yamadasource "board/freescale/b4860qds/Kconfig"
232dd84058dSMasahiro Yamadasource "board/freescale/bsc9131rdb/Kconfig"
233dd84058dSMasahiro Yamadasource "board/freescale/bsc9132qds/Kconfig"
234dd84058dSMasahiro Yamadasource "board/freescale/c29xpcie/Kconfig"
235dd84058dSMasahiro Yamadasource "board/freescale/corenet_ds/Kconfig"
236dd84058dSMasahiro Yamadasource "board/freescale/mpc8536ds/Kconfig"
237dd84058dSMasahiro Yamadasource "board/freescale/mpc8540ads/Kconfig"
238dd84058dSMasahiro Yamadasource "board/freescale/mpc8541cds/Kconfig"
239dd84058dSMasahiro Yamadasource "board/freescale/mpc8544ds/Kconfig"
240dd84058dSMasahiro Yamadasource "board/freescale/mpc8548cds/Kconfig"
241dd84058dSMasahiro Yamadasource "board/freescale/mpc8555cds/Kconfig"
242dd84058dSMasahiro Yamadasource "board/freescale/mpc8560ads/Kconfig"
243dd84058dSMasahiro Yamadasource "board/freescale/mpc8568mds/Kconfig"
244dd84058dSMasahiro Yamadasource "board/freescale/mpc8569mds/Kconfig"
245dd84058dSMasahiro Yamadasource "board/freescale/mpc8572ds/Kconfig"
246dd84058dSMasahiro Yamadasource "board/freescale/p1010rdb/Kconfig"
247dd84058dSMasahiro Yamadasource "board/freescale/p1022ds/Kconfig"
248dd84058dSMasahiro Yamadasource "board/freescale/p1023rdb/Kconfig"
249dd84058dSMasahiro Yamadasource "board/freescale/p1_p2_rdb_pc/Kconfig"
250dd84058dSMasahiro Yamadasource "board/freescale/p1_twr/Kconfig"
251dd84058dSMasahiro Yamadasource "board/freescale/p2041rdb/Kconfig"
252dd84058dSMasahiro Yamadasource "board/freescale/qemu-ppce500/Kconfig"
253aba80048SShengzhou Liusource "board/freescale/t102xqds/Kconfig"
25448c6f328SShengzhou Liusource "board/freescale/t102xrdb/Kconfig"
255dd84058dSMasahiro Yamadasource "board/freescale/t1040qds/Kconfig"
256dd84058dSMasahiro Yamadasource "board/freescale/t104xrdb/Kconfig"
257dd84058dSMasahiro Yamadasource "board/freescale/t208xqds/Kconfig"
258dd84058dSMasahiro Yamadasource "board/freescale/t208xrdb/Kconfig"
259dd84058dSMasahiro Yamadasource "board/freescale/t4qds/Kconfig"
260dd84058dSMasahiro Yamadasource "board/freescale/t4rdb/Kconfig"
261dd84058dSMasahiro Yamadasource "board/gdsys/p1022/Kconfig"
262dd84058dSMasahiro Yamadasource "board/keymile/kmp204x/Kconfig"
263dd84058dSMasahiro Yamadasource "board/sbc8548/Kconfig"
264dd84058dSMasahiro Yamadasource "board/socrates/Kconfig"
26587e29878SAndy Flemingsource "board/varisys/cyrus/Kconfig"
266dd84058dSMasahiro Yamadasource "board/xes/xpedite520x/Kconfig"
267dd84058dSMasahiro Yamadasource "board/xes/xpedite537x/Kconfig"
268dd84058dSMasahiro Yamadasource "board/xes/xpedite550x/Kconfig"
2698b0044ffSOleksandr G Zhadansource "board/Arcturus/ucp1020/Kconfig"
270dd84058dSMasahiro Yamada
271dd84058dSMasahiro Yamadaendmenu
272