blob: 7501eb4b82c5dff55d1f64b902bcb1c9353d104b [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"
9
10config TARGET_SBC8548
11 bool "Support sbc8548"
12
13config TARGET_SOCRATES
14 bool "Support socrates"
15
Masahiro Yamadadd840582014-07-30 14:08:14 +090016config TARGET_B4860QDS
17 bool "Support B4860QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +090018 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090019
20config TARGET_BSC9131RDB
21 bool "Support BSC9131RDB"
Masahiro Yamada02627352014-10-20 17:45:56 +090022 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090023
24config TARGET_BSC9132QDS
25 bool "Support BSC9132QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +090026 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090027
28config TARGET_C29XPCIE
29 bool "Support C29XPCIE"
Masahiro Yamada02627352014-10-20 17:45:56 +090030 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090031 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090032
33config TARGET_P3041DS
34 bool "Support P3041DS"
35
36config TARGET_P4080DS
37 bool "Support P4080DS"
38
39config TARGET_P5020DS
40 bool "Support P5020DS"
41
42config TARGET_P5040DS
43 bool "Support P5040DS"
44
45config TARGET_MPC8536DS
46 bool "Support MPC8536DS"
47
48config TARGET_MPC8540ADS
49 bool "Support MPC8540ADS"
50
51config TARGET_MPC8541CDS
52 bool "Support MPC8541CDS"
53
54config TARGET_MPC8544DS
55 bool "Support MPC8544DS"
56
57config TARGET_MPC8548CDS
58 bool "Support MPC8548CDS"
59
60config TARGET_MPC8555CDS
61 bool "Support MPC8555CDS"
62
63config TARGET_MPC8560ADS
64 bool "Support MPC8560ADS"
65
66config TARGET_MPC8568MDS
67 bool "Support MPC8568MDS"
68
69config TARGET_MPC8569MDS
70 bool "Support MPC8569MDS"
71
72config TARGET_MPC8572DS
73 bool "Support MPC8572DS"
74
75config TARGET_P1010RDB
76 bool "Support P1010RDB"
Masahiro Yamada02627352014-10-20 17:45:56 +090077 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090078 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090079
80config TARGET_P1022DS
81 bool "Support P1022DS"
Masahiro Yamada02627352014-10-20 17:45:56 +090082 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090083 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090084
85config TARGET_P1023RDB
86 bool "Support P1023RDB"
87
88config TARGET_P1_P2_RDB
89 bool "Support P1_P2_RDB"
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_P1_P2_RDB_PC
94 bool "Support p1_p2_rdb_pc"
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_P1_TWR
99 bool "Support p1_twr"
100
101config TARGET_P2020COME
102 bool "Support P2020COME"
103
104config TARGET_P2020DS
105 bool "Support P2020DS"
106
107config TARGET_P2041RDB
108 bool "Support P2041RDB"
109
110config TARGET_QEMU_PPCE500
111 bool "Support qemu-ppce500"
112
Shengzhou Liuaba80042014-11-24 17:11:55 +0800113config TARGET_T102XQDS
114 bool "Support T102xQDS"
115 select SUPPORT_SPL
116
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800117config TARGET_T102XRDB
118 bool "Support T102xRDB"
119 select SUPPORT_SPL
120
Masahiro Yamadadd840582014-07-30 14:08:14 +0900121config TARGET_T1040QDS
122 bool "Support T1040QDS"
123
124config TARGET_T104XRDB
125 bool "Support T104xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900126 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900127
128config TARGET_T208XQDS
129 bool "Support T208xQDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900130 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900131
132config TARGET_T208XRDB
133 bool "Support T208xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900134 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900135
136config TARGET_T4240EMU
137 bool "Support T4240EMU"
138
139config TARGET_T4240QDS
140 bool "Support T4240QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900141 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900142
143config TARGET_T4240RDB
144 bool "Support T4240RDB"
145
146config TARGET_CONTROLCENTERD
147 bool "Support controlcenterd"
148
149config TARGET_KMP204X
150 bool "Support kmp204x"
151
152config TARGET_STXGP3
153 bool "Support stxgp3"
154
155config TARGET_STXSSA
156 bool "Support stxssa"
157
158config TARGET_XPEDITE520X
159 bool "Support xpedite520x"
160
161config TARGET_XPEDITE537X
162 bool "Support xpedite537x"
163
164config TARGET_XPEDITE550X
165 bool "Support xpedite550x"
166
167endchoice
168
Masahiro Yamadadd840582014-07-30 14:08:14 +0900169source "board/freescale/b4860qds/Kconfig"
170source "board/freescale/bsc9131rdb/Kconfig"
171source "board/freescale/bsc9132qds/Kconfig"
172source "board/freescale/c29xpcie/Kconfig"
173source "board/freescale/corenet_ds/Kconfig"
174source "board/freescale/mpc8536ds/Kconfig"
175source "board/freescale/mpc8540ads/Kconfig"
176source "board/freescale/mpc8541cds/Kconfig"
177source "board/freescale/mpc8544ds/Kconfig"
178source "board/freescale/mpc8548cds/Kconfig"
179source "board/freescale/mpc8555cds/Kconfig"
180source "board/freescale/mpc8560ads/Kconfig"
181source "board/freescale/mpc8568mds/Kconfig"
182source "board/freescale/mpc8569mds/Kconfig"
183source "board/freescale/mpc8572ds/Kconfig"
184source "board/freescale/p1010rdb/Kconfig"
185source "board/freescale/p1022ds/Kconfig"
186source "board/freescale/p1023rdb/Kconfig"
187source "board/freescale/p1_p2_rdb/Kconfig"
188source "board/freescale/p1_p2_rdb_pc/Kconfig"
189source "board/freescale/p1_twr/Kconfig"
190source "board/freescale/p2020come/Kconfig"
191source "board/freescale/p2020ds/Kconfig"
192source "board/freescale/p2041rdb/Kconfig"
193source "board/freescale/qemu-ppce500/Kconfig"
Shengzhou Liuaba80042014-11-24 17:11:55 +0800194source "board/freescale/t102xqds/Kconfig"
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800195source "board/freescale/t102xrdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900196source "board/freescale/t1040qds/Kconfig"
197source "board/freescale/t104xrdb/Kconfig"
198source "board/freescale/t208xqds/Kconfig"
199source "board/freescale/t208xrdb/Kconfig"
200source "board/freescale/t4qds/Kconfig"
201source "board/freescale/t4rdb/Kconfig"
202source "board/gdsys/p1022/Kconfig"
203source "board/keymile/kmp204x/Kconfig"
204source "board/sbc8548/Kconfig"
205source "board/socrates/Kconfig"
206source "board/stx/stxgp3/Kconfig"
207source "board/stx/stxssa/Kconfig"
208source "board/xes/xpedite520x/Kconfig"
209source "board/xes/xpedite537x/Kconfig"
210source "board/xes/xpedite550x/Kconfig"
211
212endmenu