blob: 0b89157fcaa70750495284944162e2b1d50be31e [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"
13
14config TARGET_SOCRATES
15 bool "Support socrates"
16
Masahiro Yamadadd840582014-07-30 14:08:14 +090017config TARGET_B4860QDS
18 bool "Support B4860QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +090019 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090020
21config TARGET_BSC9131RDB
22 bool "Support BSC9131RDB"
Masahiro Yamada02627352014-10-20 17:45:56 +090023 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090024
25config TARGET_BSC9132QDS
26 bool "Support BSC9132QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +090027 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090028
29config TARGET_C29XPCIE
30 bool "Support C29XPCIE"
Masahiro Yamada02627352014-10-20 17:45:56 +090031 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090032 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090033
34config TARGET_P3041DS
35 bool "Support P3041DS"
36
37config TARGET_P4080DS
38 bool "Support P4080DS"
39
40config TARGET_P5020DS
41 bool "Support P5020DS"
42
43config TARGET_P5040DS
44 bool "Support P5040DS"
45
46config TARGET_MPC8536DS
47 bool "Support MPC8536DS"
48
49config TARGET_MPC8540ADS
50 bool "Support MPC8540ADS"
51
52config TARGET_MPC8541CDS
53 bool "Support MPC8541CDS"
54
55config TARGET_MPC8544DS
56 bool "Support MPC8544DS"
57
58config TARGET_MPC8548CDS
59 bool "Support MPC8548CDS"
60
61config TARGET_MPC8555CDS
62 bool "Support MPC8555CDS"
63
64config TARGET_MPC8560ADS
65 bool "Support MPC8560ADS"
66
67config TARGET_MPC8568MDS
68 bool "Support MPC8568MDS"
69
70config TARGET_MPC8569MDS
71 bool "Support MPC8569MDS"
72
73config TARGET_MPC8572DS
74 bool "Support MPC8572DS"
75
76config TARGET_P1010RDB
77 bool "Support P1010RDB"
Masahiro Yamada02627352014-10-20 17:45:56 +090078 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090079 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090080
81config TARGET_P1022DS
82 bool "Support P1022DS"
Masahiro Yamada02627352014-10-20 17:45:56 +090083 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090084 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090085
86config TARGET_P1023RDB
87 bool "Support P1023RDB"
88
Masahiro Yamadadd840582014-07-30 14:08:14 +090089config TARGET_P1_P2_RDB_PC
90 bool "Support p1_p2_rdb_pc"
Masahiro Yamada02627352014-10-20 17:45:56 +090091 select SUPPORT_SPL
Masahiro Yamadacf6bbe42014-10-20 17:45:57 +090092 select SUPPORT_TPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090093
94config TARGET_P1_TWR
95 bool "Support p1_twr"
96
Masahiro Yamadadd840582014-07-30 14:08:14 +090097config TARGET_P2041RDB
98 bool "Support P2041RDB"
99
100config TARGET_QEMU_PPCE500
101 bool "Support qemu-ppce500"
102
Shengzhou Liuaba80042014-11-24 17:11:55 +0800103config TARGET_T102XQDS
104 bool "Support T102xQDS"
105 select SUPPORT_SPL
106
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800107config TARGET_T102XRDB
108 bool "Support T102xRDB"
109 select SUPPORT_SPL
110
Masahiro Yamadadd840582014-07-30 14:08:14 +0900111config TARGET_T1040QDS
112 bool "Support T1040QDS"
113
114config TARGET_T104XRDB
115 bool "Support T104xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900116 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900117
118config TARGET_T208XQDS
119 bool "Support T208xQDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900120 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900121
122config TARGET_T208XRDB
123 bool "Support T208xRDB"
Masahiro Yamada02627352014-10-20 17:45:56 +0900124 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900125
Masahiro Yamadadd840582014-07-30 14:08:14 +0900126config TARGET_T4240QDS
127 bool "Support T4240QDS"
Masahiro Yamada02627352014-10-20 17:45:56 +0900128 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900129
130config TARGET_T4240RDB
131 bool "Support T4240RDB"
Chunhe Lan373762c2015-03-20 17:08:54 +0800132 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +0900133
134config TARGET_CONTROLCENTERD
135 bool "Support controlcenterd"
136
137config TARGET_KMP204X
138 bool "Support kmp204x"
139
Masahiro Yamadadd840582014-07-30 14:08:14 +0900140config TARGET_XPEDITE520X
141 bool "Support xpedite520x"
142
143config TARGET_XPEDITE537X
144 bool "Support xpedite537x"
145
146config TARGET_XPEDITE550X
147 bool "Support xpedite550x"
148
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400149config TARGET_UCP1020
150 bool "Support uCP1020"
151
Andy Fleming87e29872015-11-04 15:48:32 -0600152config TARGET_CYRUS
153 bool "Support Varisys Cyrus"
154
Masahiro Yamadadd840582014-07-30 14:08:14 +0900155endchoice
156
Masahiro Yamadadd840582014-07-30 14:08:14 +0900157source "board/freescale/b4860qds/Kconfig"
158source "board/freescale/bsc9131rdb/Kconfig"
159source "board/freescale/bsc9132qds/Kconfig"
160source "board/freescale/c29xpcie/Kconfig"
161source "board/freescale/corenet_ds/Kconfig"
162source "board/freescale/mpc8536ds/Kconfig"
163source "board/freescale/mpc8540ads/Kconfig"
164source "board/freescale/mpc8541cds/Kconfig"
165source "board/freescale/mpc8544ds/Kconfig"
166source "board/freescale/mpc8548cds/Kconfig"
167source "board/freescale/mpc8555cds/Kconfig"
168source "board/freescale/mpc8560ads/Kconfig"
169source "board/freescale/mpc8568mds/Kconfig"
170source "board/freescale/mpc8569mds/Kconfig"
171source "board/freescale/mpc8572ds/Kconfig"
172source "board/freescale/p1010rdb/Kconfig"
173source "board/freescale/p1022ds/Kconfig"
174source "board/freescale/p1023rdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900175source "board/freescale/p1_p2_rdb_pc/Kconfig"
176source "board/freescale/p1_twr/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900177source "board/freescale/p2041rdb/Kconfig"
178source "board/freescale/qemu-ppce500/Kconfig"
Shengzhou Liuaba80042014-11-24 17:11:55 +0800179source "board/freescale/t102xqds/Kconfig"
Shengzhou Liu48c6f322014-11-24 17:11:56 +0800180source "board/freescale/t102xrdb/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900181source "board/freescale/t1040qds/Kconfig"
182source "board/freescale/t104xrdb/Kconfig"
183source "board/freescale/t208xqds/Kconfig"
184source "board/freescale/t208xrdb/Kconfig"
185source "board/freescale/t4qds/Kconfig"
186source "board/freescale/t4rdb/Kconfig"
187source "board/gdsys/p1022/Kconfig"
188source "board/keymile/kmp204x/Kconfig"
189source "board/sbc8548/Kconfig"
190source "board/socrates/Kconfig"
Andy Fleming87e29872015-11-04 15:48:32 -0600191source "board/varisys/cyrus/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900192source "board/xes/xpedite520x/Kconfig"
193source "board/xes/xpedite537x/Kconfig"
194source "board/xes/xpedite550x/Kconfig"
Oleksandr G Zhadan8b0044f2015-04-29 16:57:39 -0400195source "board/Arcturus/ucp1020/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900196
197endmenu