“0a9064fb47bb0a239c04b0b63edebfdd3a201fdc”上不存在“arch/powerpc/cpu/mpc85xx/Kconfig”
Kconfig 5.2 KB
Newer Older
1 2 3 4 5 6 7 8
menu "mpc85xx CPU"
	depends on MPC85xx

config SYS_CPU
	default "mpc85xx"

choice
	prompt "Target select"
9
	optional
10 11 12

config TARGET_SBC8548
	bool "Support sbc8548"
13
	select ARCH_MPC8548
14 15 16

config TARGET_SOCRATES
	bool "Support socrates"
17
	select ARCH_MPC8544
18 19 20

config TARGET_B4860QDS
	bool "Support B4860QDS"
M
Masahiro Yamada 已提交
21
	select SUPPORT_SPL
22
	select PHYS_64BIT
23 24 25

config TARGET_BSC9131RDB
	bool "Support BSC9131RDB"
26
	select ARCH_BSC9131
M
Masahiro Yamada 已提交
27
	select SUPPORT_SPL
28 29 30

config TARGET_BSC9132QDS
	bool "Support BSC9132QDS"
31
	select ARCH_BSC9132
M
Masahiro Yamada 已提交
32
	select SUPPORT_SPL
33 34 35

config TARGET_C29XPCIE
	bool "Support C29XPCIE"
36
	select ARCH_C29X
M
Masahiro Yamada 已提交
37
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
38
	select SUPPORT_TPL
39
	select PHYS_64BIT
40 41 42

config TARGET_P3041DS
	bool "Support P3041DS"
43
	select PHYS_64BIT
44 45 46

config TARGET_P4080DS
	bool "Support P4080DS"
47
	select PHYS_64BIT
48 49 50

config TARGET_P5020DS
	bool "Support P5020DS"
51
	select PHYS_64BIT
52 53 54

config TARGET_P5040DS
	bool "Support P5040DS"
55
	select PHYS_64BIT
56 57 58

config TARGET_MPC8536DS
	bool "Support MPC8536DS"
59
	select ARCH_MPC8536
60 61 62

config TARGET_MPC8540ADS
	bool "Support MPC8540ADS"
63
	select ARCH_MPC8540
64 65 66

config TARGET_MPC8541CDS
	bool "Support MPC8541CDS"
67
	select ARCH_MPC8541
68 69 70

config TARGET_MPC8544DS
	bool "Support MPC8544DS"
71
	select ARCH_MPC8544
72 73 74

config TARGET_MPC8548CDS
	bool "Support MPC8548CDS"
75
	select ARCH_MPC8548
76 77 78

config TARGET_MPC8555CDS
	bool "Support MPC8555CDS"
79
	select ARCH_MPC8555
80 81 82

config TARGET_MPC8560ADS
	bool "Support MPC8560ADS"
83
	select ARCH_MPC8560
84 85 86

config TARGET_MPC8568MDS
	bool "Support MPC8568MDS"
87
	select ARCH_MPC8568
88 89 90

config TARGET_MPC8569MDS
	bool "Support MPC8569MDS"
91
	select ARCH_MPC8569
92 93 94

config TARGET_MPC8572DS
	bool "Support MPC8572DS"
95
	select ARCH_MPC8572
96 97 98

config TARGET_P1010RDB
	bool "Support P1010RDB"
99
	select ARCH_P1010
M
Masahiro Yamada 已提交
100
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
101
	select SUPPORT_TPL
102 103 104

config TARGET_P1022DS
	bool "Support P1022DS"
M
Masahiro Yamada 已提交
105
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
106
	select SUPPORT_TPL
107 108 109 110 111 112

config TARGET_P1023RDB
	bool "Support P1023RDB"

config TARGET_P1_P2_RDB_PC
	bool "Support p1_p2_rdb_pc"
M
Masahiro Yamada 已提交
113
	select SUPPORT_SPL
M
Masahiro Yamada 已提交
114
	select SUPPORT_TPL
115 116 117 118 119 120

config TARGET_P1_TWR
	bool "Support p1_twr"

config TARGET_P2041RDB
	bool "Support P2041RDB"
121
	select PHYS_64BIT
122 123 124

config TARGET_QEMU_PPCE500
	bool "Support qemu-ppce500"
125
	select PHYS_64BIT
126

127 128 129
config TARGET_T102XQDS
	bool "Support T102xQDS"
	select SUPPORT_SPL
130
	select PHYS_64BIT
131

132 133 134
config TARGET_T102XRDB
	bool "Support T102xRDB"
	select SUPPORT_SPL
135
	select PHYS_64BIT
136

137 138
config TARGET_T1040QDS
	bool "Support T1040QDS"
139
	select PHYS_64BIT
140 141 142

config TARGET_T104XRDB
	bool "Support T104xRDB"
M
Masahiro Yamada 已提交
143
	select SUPPORT_SPL
144
	select PHYS_64BIT
145 146 147

config TARGET_T208XQDS
	bool "Support T208xQDS"
M
Masahiro Yamada 已提交
148
	select SUPPORT_SPL
149
	select PHYS_64BIT
150 151 152

config TARGET_T208XRDB
	bool "Support T208xRDB"
M
Masahiro Yamada 已提交
153
	select SUPPORT_SPL
154
	select PHYS_64BIT
155 156 157

config TARGET_T4240QDS
	bool "Support T4240QDS"
M
Masahiro Yamada 已提交
158
	select SUPPORT_SPL
159
	select PHYS_64BIT
160 161 162

config TARGET_T4240RDB
	bool "Support T4240RDB"
163
	select SUPPORT_SPL
164
	select PHYS_64BIT
165 166 167 168 169 170

config TARGET_CONTROLCENTERD
	bool "Support controlcenterd"

config TARGET_KMP204X
	bool "Support kmp204x"
171
	select PHYS_64BIT
172 173 174

config TARGET_XPEDITE520X
	bool "Support xpedite520x"
175
	select ARCH_MPC8548
176 177 178

config TARGET_XPEDITE537X
	bool "Support xpedite537x"
179
	select ARCH_MPC8572
180 181 182 183

config TARGET_XPEDITE550X
	bool "Support xpedite550x"

184 185 186
config TARGET_UCP1020
	bool "Support uCP1020"

187 188
config TARGET_CYRUS
	bool "Support Varisys Cyrus"
189
	select PHYS_64BIT
190

191 192
endchoice

193 194 195 196 197 198
config ARCH_BSC9131
	bool

config ARCH_BSC9132
	bool

199 200 201
config ARCH_C29X
	bool

202 203 204
config ARCH_MPC8536
	bool

205 206 207
config ARCH_MPC8540
	bool

208 209 210
config ARCH_MPC8541
	bool

211 212 213
config ARCH_MPC8544
	bool

214 215 216
config ARCH_MPC8548
	bool

217 218 219
config ARCH_MPC8555
	bool

220 221 222
config ARCH_MPC8560
	bool

223 224 225
config ARCH_MPC8568
	bool

226 227 228
config ARCH_MPC8569
	bool

229 230 231
config ARCH_MPC8572
	bool

232 233 234
config ARCH_P1010
	bool

235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"
source "board/freescale/c29xpcie/Kconfig"
source "board/freescale/corenet_ds/Kconfig"
source "board/freescale/mpc8536ds/Kconfig"
source "board/freescale/mpc8540ads/Kconfig"
source "board/freescale/mpc8541cds/Kconfig"
source "board/freescale/mpc8544ds/Kconfig"
source "board/freescale/mpc8548cds/Kconfig"
source "board/freescale/mpc8555cds/Kconfig"
source "board/freescale/mpc8560ads/Kconfig"
source "board/freescale/mpc8568mds/Kconfig"
source "board/freescale/mpc8569mds/Kconfig"
source "board/freescale/mpc8572ds/Kconfig"
source "board/freescale/p1010rdb/Kconfig"
source "board/freescale/p1022ds/Kconfig"
source "board/freescale/p1023rdb/Kconfig"
source "board/freescale/p1_p2_rdb_pc/Kconfig"
source "board/freescale/p1_twr/Kconfig"
source "board/freescale/p2041rdb/Kconfig"
source "board/freescale/qemu-ppce500/Kconfig"
257
source "board/freescale/t102xqds/Kconfig"
258
source "board/freescale/t102xrdb/Kconfig"
259 260 261 262 263 264 265 266 267 268
source "board/freescale/t1040qds/Kconfig"
source "board/freescale/t104xrdb/Kconfig"
source "board/freescale/t208xqds/Kconfig"
source "board/freescale/t208xrdb/Kconfig"
source "board/freescale/t4qds/Kconfig"
source "board/freescale/t4rdb/Kconfig"
source "board/gdsys/p1022/Kconfig"
source "board/keymile/kmp204x/Kconfig"
source "board/sbc8548/Kconfig"
source "board/socrates/Kconfig"
269
source "board/varisys/cyrus/Kconfig"
270 271 272
source "board/xes/xpedite520x/Kconfig"
source "board/xes/xpedite537x/Kconfig"
source "board/xes/xpedite550x/Kconfig"
273
source "board/Arcturus/ucp1020/Kconfig"
274 275

endmenu