blob: 9bcbda006d1fc9c934b26374bf582f9cf7e1a079 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "mpc85xx CPU"
2 depends on MPC85xx
3
4config SYS_CPU
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "mpc85xx"
6
7choice
8 prompt "Target select"
Joe Hershbergerf0699602015-05-12 14:46:23 -05009 optional
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010
11config TARGET_SBC8548
12 bool "Support sbc8548"
13
14config TARGET_SOCRATES
15 bool "Support socrates"
16
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090017config TARGET_B4860QDS
18 bool "Support B4860QDS"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090019 select SUPPORT_SPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +090020 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090021
22config TARGET_BSC9131RDB
23 bool "Support BSC9131RDB"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090024 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090025
26config TARGET_BSC9132QDS
27 bool "Support BSC9132QDS"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090028 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090029
30config TARGET_C29XPCIE
31 bool "Support C29XPCIE"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090032 select SUPPORT_SPL
Masahiro Yamadaf5ebc992014-10-20 17:45:57 +090033 select SUPPORT_TPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +090034 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090035
36config TARGET_P3041DS
37 bool "Support P3041DS"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +090038 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090039
40config TARGET_P4080DS
41 bool "Support P4080DS"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +090042 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090043
44config TARGET_P5020DS
45 bool "Support P5020DS"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +090046 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090047
48config TARGET_P5040DS
49 bool "Support P5040DS"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +090050 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090051
52config TARGET_MPC8536DS
53 bool "Support MPC8536DS"
54
55config TARGET_MPC8540ADS
56 bool "Support MPC8540ADS"
57
58config TARGET_MPC8541CDS
59 bool "Support MPC8541CDS"
60
61config TARGET_MPC8544DS
62 bool "Support MPC8544DS"
63
64config TARGET_MPC8548CDS
65 bool "Support MPC8548CDS"
66
67config TARGET_MPC8555CDS
68 bool "Support MPC8555CDS"
69
70config TARGET_MPC8560ADS
71 bool "Support MPC8560ADS"
72
73config TARGET_MPC8568MDS
74 bool "Support MPC8568MDS"
75
76config TARGET_MPC8569MDS
77 bool "Support MPC8569MDS"
78
79config TARGET_MPC8572DS
80 bool "Support MPC8572DS"
81
82config TARGET_P1010RDB
83 bool "Support P1010RDB"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090084 select SUPPORT_SPL
Masahiro Yamadaf5ebc992014-10-20 17:45:57 +090085 select SUPPORT_TPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090086
87config TARGET_P1022DS
88 bool "Support P1022DS"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090089 select SUPPORT_SPL
Masahiro Yamadaf5ebc992014-10-20 17:45:57 +090090 select SUPPORT_TPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090091
92config TARGET_P1023RDB
93 bool "Support P1023RDB"
94
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090095config TARGET_P1_P2_RDB_PC
96 bool "Support p1_p2_rdb_pc"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090097 select SUPPORT_SPL
Masahiro Yamadaf5ebc992014-10-20 17:45:57 +090098 select SUPPORT_TPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090099
100config TARGET_P1_TWR
101 bool "Support p1_twr"
102
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900103config TARGET_P2041RDB
104 bool "Support P2041RDB"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900105 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900106
107config TARGET_QEMU_PPCE500
108 bool "Support qemu-ppce500"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900109 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900110
Shengzhou Liu9eca55f2014-11-24 17:11:55 +0800111config TARGET_T102XQDS
112 bool "Support T102xQDS"
113 select SUPPORT_SPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900114 select PHYS_64BIT
Shengzhou Liu9eca55f2014-11-24 17:11:55 +0800115
Shengzhou Liu49912402014-11-24 17:11:56 +0800116config TARGET_T102XRDB
117 bool "Support T102xRDB"
118 select SUPPORT_SPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900119 select PHYS_64BIT
Shengzhou Liu49912402014-11-24 17:11:56 +0800120
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900121config TARGET_T1040QDS
122 bool "Support T1040QDS"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900123 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900124
125config TARGET_T104XRDB
126 bool "Support T104xRDB"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900127 select SUPPORT_SPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900128 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900129
130config TARGET_T208XQDS
131 bool "Support T208xQDS"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900132 select SUPPORT_SPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900133 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900134
135config TARGET_T208XRDB
136 bool "Support T208xRDB"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900137 select SUPPORT_SPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900138 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900139
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900140config TARGET_T4240QDS
141 bool "Support T4240QDS"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +0900142 select SUPPORT_SPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900143 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900144
145config TARGET_T4240RDB
146 bool "Support T4240RDB"
Chunhe Lan66cba6b2015-03-20 17:08:54 +0800147 select SUPPORT_SPL
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900148 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900149
150config TARGET_CONTROLCENTERD
151 bool "Support controlcenterd"
152
153config TARGET_KMP204X
154 bool "Support kmp204x"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900155 select PHYS_64BIT
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900156
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900157config TARGET_XPEDITE520X
158 bool "Support xpedite520x"
159
160config TARGET_XPEDITE537X
161 bool "Support xpedite537x"
162
163config TARGET_XPEDITE550X
164 bool "Support xpedite550x"
165
Oleksandr G Zhadan19ac6882015-04-29 16:57:39 -0400166config TARGET_UCP1020
167 bool "Support uCP1020"
168
Andy Fleming3c98e7b2015-11-04 15:48:32 -0600169config TARGET_CYRUS
170 bool "Support Varisys Cyrus"
Masahiro Yamada653e9fe2016-07-25 19:56:03 +0900171 select PHYS_64BIT
Andy Fleming3c98e7b2015-11-04 15:48:32 -0600172
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900173endchoice
174
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900175source "board/freescale/b4860qds/Kconfig"
176source "board/freescale/bsc9131rdb/Kconfig"
177source "board/freescale/bsc9132qds/Kconfig"
178source "board/freescale/c29xpcie/Kconfig"
179source "board/freescale/corenet_ds/Kconfig"
180source "board/freescale/mpc8536ds/Kconfig"
181source "board/freescale/mpc8540ads/Kconfig"
182source "board/freescale/mpc8541cds/Kconfig"
183source "board/freescale/mpc8544ds/Kconfig"
184source "board/freescale/mpc8548cds/Kconfig"
185source "board/freescale/mpc8555cds/Kconfig"
186source "board/freescale/mpc8560ads/Kconfig"
187source "board/freescale/mpc8568mds/Kconfig"
188source "board/freescale/mpc8569mds/Kconfig"
189source "board/freescale/mpc8572ds/Kconfig"
190source "board/freescale/p1010rdb/Kconfig"
191source "board/freescale/p1022ds/Kconfig"
192source "board/freescale/p1023rdb/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900193source "board/freescale/p1_p2_rdb_pc/Kconfig"
194source "board/freescale/p1_twr/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900195source "board/freescale/p2041rdb/Kconfig"
196source "board/freescale/qemu-ppce500/Kconfig"
Shengzhou Liu9eca55f2014-11-24 17:11:55 +0800197source "board/freescale/t102xqds/Kconfig"
Shengzhou Liu49912402014-11-24 17:11:56 +0800198source "board/freescale/t102xrdb/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900199source "board/freescale/t1040qds/Kconfig"
200source "board/freescale/t104xrdb/Kconfig"
201source "board/freescale/t208xqds/Kconfig"
202source "board/freescale/t208xrdb/Kconfig"
203source "board/freescale/t4qds/Kconfig"
204source "board/freescale/t4rdb/Kconfig"
205source "board/gdsys/p1022/Kconfig"
206source "board/keymile/kmp204x/Kconfig"
207source "board/sbc8548/Kconfig"
208source "board/socrates/Kconfig"
Andy Fleming3c98e7b2015-11-04 15:48:32 -0600209source "board/varisys/cyrus/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900210source "board/xes/xpedite520x/Kconfig"
211source "board/xes/xpedite537x/Kconfig"
212source "board/xes/xpedite550x/Kconfig"
Oleksandr G Zhadan19ac6882015-04-29 16:57:39 -0400213source "board/Arcturus/ucp1020/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900214
215endmenu