]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc85xx/Kconfig
kconfig: add CONFIG_SUPPORT_SPL
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc85xx / Kconfig
CommitLineData
dd84058d
MY
1menu "mpc85xx CPU"
2 depends on MPC85xx
3
4config SYS_CPU
dd84058d
MY
5 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
dd84058d
MY
16config TARGET_B4860QDS
17 bool "Support B4860QDS"
02627356 18 select SUPPORT_SPL
dd84058d
MY
19
20config TARGET_BSC9131RDB
21 bool "Support BSC9131RDB"
02627356 22 select SUPPORT_SPL
dd84058d
MY
23
24config TARGET_BSC9132QDS
25 bool "Support BSC9132QDS"
02627356 26 select SUPPORT_SPL
dd84058d
MY
27
28config TARGET_C29XPCIE
29 bool "Support C29XPCIE"
02627356 30 select SUPPORT_SPL
dd84058d
MY
31
32config TARGET_P3041DS
33 bool "Support P3041DS"
34
35config TARGET_P4080DS
36 bool "Support P4080DS"
37
38config TARGET_P5020DS
39 bool "Support P5020DS"
40
41config TARGET_P5040DS
42 bool "Support P5040DS"
43
44config TARGET_MPC8536DS
45 bool "Support MPC8536DS"
46
47config TARGET_MPC8540ADS
48 bool "Support MPC8540ADS"
49
50config TARGET_MPC8541CDS
51 bool "Support MPC8541CDS"
52
53config TARGET_MPC8544DS
54 bool "Support MPC8544DS"
55
56config TARGET_MPC8548CDS
57 bool "Support MPC8548CDS"
58
59config TARGET_MPC8555CDS
60 bool "Support MPC8555CDS"
61
62config TARGET_MPC8560ADS
63 bool "Support MPC8560ADS"
64
65config TARGET_MPC8568MDS
66 bool "Support MPC8568MDS"
67
68config TARGET_MPC8569MDS
69 bool "Support MPC8569MDS"
70
71config TARGET_MPC8572DS
72 bool "Support MPC8572DS"
73
74config TARGET_P1010RDB
75 bool "Support P1010RDB"
02627356 76 select SUPPORT_SPL
dd84058d
MY
77
78config TARGET_P1022DS
79 bool "Support P1022DS"
02627356 80 select SUPPORT_SPL
dd84058d
MY
81
82config TARGET_P1023RDB
83 bool "Support P1023RDB"
84
85config TARGET_P1_P2_RDB
86 bool "Support P1_P2_RDB"
02627356 87 select SUPPORT_SPL
dd84058d
MY
88
89config TARGET_P1_P2_RDB_PC
90 bool "Support p1_p2_rdb_pc"
02627356 91 select SUPPORT_SPL
dd84058d
MY
92
93config TARGET_P1_TWR
94 bool "Support p1_twr"
95
96config TARGET_P2020COME
97 bool "Support P2020COME"
98
99config TARGET_P2020DS
100 bool "Support P2020DS"
101
102config TARGET_P2041RDB
103 bool "Support P2041RDB"
104
105config TARGET_QEMU_PPCE500
106 bool "Support qemu-ppce500"
107
108config TARGET_T1040QDS
109 bool "Support T1040QDS"
110
111config TARGET_T104XRDB
112 bool "Support T104xRDB"
02627356 113 select SUPPORT_SPL
dd84058d
MY
114
115config TARGET_T208XQDS
116 bool "Support T208xQDS"
02627356 117 select SUPPORT_SPL
dd84058d
MY
118
119config TARGET_T208XRDB
120 bool "Support T208xRDB"
02627356 121 select SUPPORT_SPL
dd84058d
MY
122
123config TARGET_T4240EMU
124 bool "Support T4240EMU"
125
126config TARGET_T4240QDS
127 bool "Support T4240QDS"
02627356 128 select SUPPORT_SPL
dd84058d
MY
129
130config TARGET_T4240RDB
131 bool "Support T4240RDB"
132
133config TARGET_CONTROLCENTERD
134 bool "Support controlcenterd"
135
136config TARGET_KMP204X
137 bool "Support kmp204x"
138
139config TARGET_STXGP3
140 bool "Support stxgp3"
141
142config TARGET_STXSSA
143 bool "Support stxssa"
144
145config TARGET_XPEDITE520X
146 bool "Support xpedite520x"
147
148config TARGET_XPEDITE537X
149 bool "Support xpedite537x"
150
151config TARGET_XPEDITE550X
152 bool "Support xpedite550x"
153
154endchoice
155
dd84058d
MY
156source "board/freescale/b4860qds/Kconfig"
157source "board/freescale/bsc9131rdb/Kconfig"
158source "board/freescale/bsc9132qds/Kconfig"
159source "board/freescale/c29xpcie/Kconfig"
160source "board/freescale/corenet_ds/Kconfig"
161source "board/freescale/mpc8536ds/Kconfig"
162source "board/freescale/mpc8540ads/Kconfig"
163source "board/freescale/mpc8541cds/Kconfig"
164source "board/freescale/mpc8544ds/Kconfig"
165source "board/freescale/mpc8548cds/Kconfig"
166source "board/freescale/mpc8555cds/Kconfig"
167source "board/freescale/mpc8560ads/Kconfig"
168source "board/freescale/mpc8568mds/Kconfig"
169source "board/freescale/mpc8569mds/Kconfig"
170source "board/freescale/mpc8572ds/Kconfig"
171source "board/freescale/p1010rdb/Kconfig"
172source "board/freescale/p1022ds/Kconfig"
173source "board/freescale/p1023rdb/Kconfig"
174source "board/freescale/p1_p2_rdb/Kconfig"
175source "board/freescale/p1_p2_rdb_pc/Kconfig"
176source "board/freescale/p1_twr/Kconfig"
177source "board/freescale/p2020come/Kconfig"
178source "board/freescale/p2020ds/Kconfig"
179source "board/freescale/p2041rdb/Kconfig"
180source "board/freescale/qemu-ppce500/Kconfig"
181source "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"
191source "board/stx/stxgp3/Kconfig"
192source "board/stx/stxssa/Kconfig"
193source "board/xes/xpedite520x/Kconfig"
194source "board/xes/xpedite537x/Kconfig"
195source "board/xes/xpedite550x/Kconfig"
196
197endmenu