blob: 4fd2ea6b6c92e8a15f75df170af8cd13dc291570 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc85xx CPU"
2 depends on MPC85xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "mpc85xx"
6
7choice
8 prompt "Target select"
Joe Hershbergera26cd042015-05-12 14:46:23 -05009 optional
Masahiro Yamadadd840582014-07-30 14:08:14 +090010
11config TARGET_SBC8548
12 bool "Support sbc8548"
York Sun281ed4c2016-11-15 13:52:34 -080013 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +090014
15config TARGET_SOCRATES
16 bool "Support socrates"
York Sun25cb74b2016-11-15 13:57:15 -080017 select ARCH_MPC8544
Masahiro Yamadadd840582014-07-30 14:08:14 +090018
Masahiro Yamadadd840582014-07-30 14:08:14 +090019config TARGET_B4860QDS
20 bool "Support B4860QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +090021 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090022 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090023
24config TARGET_BSC9131RDB
25 bool "Support BSC9131RDB"
York Sun115d60c2016-11-15 14:09:50 -080026 select ARCH_BSC9131
Masahiro Yamada02627352014-10-20 17:45:56 +090027 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090028
29config TARGET_BSC9132QDS
30 bool "Support BSC9132QDS"
York Sun115d60c2016-11-15 14:09:50 -080031 select ARCH_BSC9132
Masahiro Yamada02627352014-10-20 17:45:56 +090032 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090033
34config TARGET_C29XPCIE
35 bool "Support C29XPCIE"
Masahiro Yamada02627352014-10-20 17:45:56 +090036 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090037 select SUPPORT_TPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090038 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090039
40config TARGET_P3041DS
41 bool "Support P3041DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090042 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090043
44config TARGET_P4080DS
45 bool "Support P4080DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090046 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090047
48config TARGET_P5020DS
49 bool "Support P5020DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090050 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090051
52config TARGET_P5040DS
53 bool "Support P5040DS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +090054 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +090055
56config TARGET_MPC8536DS
57 bool "Support MPC8536DS"
58
59config TARGET_MPC8540ADS
60 bool "Support MPC8540ADS"
61
62config TARGET_MPC8541CDS
63 bool "Support MPC8541CDS"
64
65config TARGET_MPC8544DS
66 bool "Support MPC8544DS"
York Sun25cb74b2016-11-15 13:57:15 -080067 select ARCH_MPC8544
Masahiro Yamadadd840582014-07-30 14:08:14 +090068
69config TARGET_MPC8548CDS
70 bool "Support MPC8548CDS"
York Sun281ed4c2016-11-15 13:52:34 -080071 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +090072
73config TARGET_MPC8555CDS
74 bool "Support MPC8555CDS"
75
76config TARGET_MPC8560ADS
77 bool "Support MPC8560ADS"
78
79config TARGET_MPC8568MDS
80 bool "Support MPC8568MDS"
81
82config TARGET_MPC8569MDS
83 bool "Support MPC8569MDS"
84
85config TARGET_MPC8572DS
86 bool "Support MPC8572DS"
87
88config TARGET_P1010RDB
89 bool "Support P1010RDB"
Masahiro Yamada02627352014-10-20 17:45:56 +090090 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090091 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090092
93config TARGET_P1022DS
94 bool "Support P1022DS"
Masahiro Yamada02627352014-10-20 17:45:56 +090095 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090096 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090097
98config TARGET_P1023RDB
99 bool "Support P1023RDB"
100
Masahiro Yamadadd840582014-07-30 14:08:14 +0900101config TARGET_P1_P2_RDB_PC
102 bool "Support p1_p2_rdb_pc"
Masahiro Yamada02627352014-10-20 17:45:56 +0900103 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +0900104 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900105
106config TARGET_P1_TWR
107 bool "Support p1_twr"
108
Masahiro Yamadadd840582014-07-30 14:08:14 +0900109config TARGET_P2041RDB
110 bool "Support P2041RDB"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900111 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900112
113config TARGET_QEMU_PPCE500
114 bool "Support qemu-ppce500"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900115 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900116
Shengzhou Liuaba80042014-11-24 17:11:55 +0800117config TARGET_T102XQDS
118 bool "Support T102xQDS"
119 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900120 select PHYS_64BIT
Shengzhou Liuaba80042014-11-24 17:11:55 +0800121
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800122config TARGET_T102XRDB
123 bool "Support T102xRDB"
124 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900125 select PHYS_64BIT
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800126
Masahiro Yamadadd840582014-07-30 14:08:14 +0900127config TARGET_T1040QDS
128 bool "Support T1040QDS"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900129 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900130
131config TARGET_T104XRDB
132 bool "Support T104xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900133 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900134 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900135
136config TARGET_T208XQDS
137 bool "Support T208xQDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900138 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900139 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900140
141config TARGET_T208XRDB
142 bool "Support T208xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900143 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900144 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900145
Masahiro Yamadadd840582014-07-30 14:08:14 +0900146config TARGET_T4240QDS
147 bool "Support T4240QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900148 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900149 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900150
151config TARGET_T4240RDB
152 bool "Support T4240RDB"
Chunhe Lan373762c2015-03-20 17:08:54 +0800153 select SUPPORT_SPL
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900154 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900155
156config TARGET_CONTROLCENTERD
157 bool "Support controlcenterd"
158
159config TARGET_KMP204X
160 bool "Support kmp204x"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900161 select PHYS_64BIT
Masahiro Yamadadd840582014-07-30 14:08:14 +0900162
Masahiro Yamadadd840582014-07-30 14:08:14 +0900163config TARGET_XPEDITE520X
164 bool "Support xpedite520x"
York Sun281ed4c2016-11-15 13:52:34 -0800165 select ARCH_MPC8548
Masahiro Yamadadd840582014-07-30 14:08:14 +0900166
167config TARGET_XPEDITE537X
168 bool "Support xpedite537x"
169
170config TARGET_XPEDITE550X
171 bool "Support xpedite550x"
172
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400173config TARGET_UCP1020
174 bool "Support uCP1020"
175
Andy Fleming87e29872015-11-04 15:48:32 -0600176config TARGET_CYRUS
177 bool "Support Varisys Cyrus"
Masahiro Yamadabb6b1422016-07-25 19:56:03 +0900178 select PHYS_64BIT
Andy Fleming87e29872015-11-04 15:48:32 -0600179
Masahiro Yamadadd840582014-07-30 14:08:14 +0900180endchoice
181
York Sun115d60c2016-11-15 14:09:50 -0800182config ARCH_BSC9131
183 bool
184
185config ARCH_BSC9132
186 bool
187
York Sun25cb74b2016-11-15 13:57:15 -0800188config ARCH_MPC8544
189 bool
190
York Sun281ed4c2016-11-15 13:52:34 -0800191config ARCH_MPC8548
192 bool
193
Masahiro Yamadadd840582014-07-30 14:08:14 +0900194source "board/freescale/b4860qds/Kconfig"
195source "board/freescale/bsc9131rdb/Kconfig"
196source "board/freescale/bsc9132qds/Kconfig"
197source "board/freescale/c29xpcie/Kconfig"
198source "board/freescale/corenet_ds/Kconfig"
199source "board/freescale/mpc8536ds/Kconfig"
200source "board/freescale/mpc8540ads/Kconfig"
201source "board/freescale/mpc8541cds/Kconfig"
202source "board/freescale/mpc8544ds/Kconfig"
203source "board/freescale/mpc8548cds/Kconfig"
204source "board/freescale/mpc8555cds/Kconfig"
205source "board/freescale/mpc8560ads/Kconfig"
206source "board/freescale/mpc8568mds/Kconfig"
207source "board/freescale/mpc8569mds/Kconfig"
208source "board/freescale/mpc8572ds/Kconfig"
209source "board/freescale/p1010rdb/Kconfig"
210source "board/freescale/p1022ds/Kconfig"
211source "board/freescale/p1023rdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900212source "board/freescale/p1_p2_rdb_pc/Kconfig"
213source "board/freescale/p1_twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900214source "board/freescale/p2041rdb/Kconfig"
215source "board/freescale/qemu-ppce500/Kconfig"
Shengzhou Liuaba80042014-11-24 17:11:55 +0800216source "board/freescale/t102xqds/Kconfig"
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800217source "board/freescale/t102xrdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900218source "board/freescale/t1040qds/Kconfig"
219source "board/freescale/t104xrdb/Kconfig"
220source "board/freescale/t208xqds/Kconfig"
221source "board/freescale/t208xrdb/Kconfig"
222source "board/freescale/t4qds/Kconfig"
223source "board/freescale/t4rdb/Kconfig"
224source "board/gdsys/p1022/Kconfig"
225source "board/keymile/kmp204x/Kconfig"
226source "board/sbc8548/Kconfig"
227source "board/socrates/Kconfig"
Andy Fleming87e29872015-11-04 15:48:32 -0600228source "board/varisys/cyrus/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900229source "board/xes/xpedite520x/Kconfig"
230source "board/xes/xpedite537x/Kconfig"
231source "board/xes/xpedite550x/Kconfig"
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400232source "board/Arcturus/ucp1020/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900233
234endmenu