1menu "mpc85xx CPU" 2 depends on MPC85xx 3 4config SYS_CPU 5 default "mpc85xx" 6 7choice 8 prompt "Target select" 9 optional 10 11config TARGET_SBC8548 12 bool "Support sbc8548" 13 select ARCH_MPC8548 14 15config TARGET_SOCRATES 16 bool "Support socrates" 17 select ARCH_MPC8544 18 19config TARGET_B4860QDS 20 bool "Support B4860QDS" 21 select SUPPORT_SPL 22 select PHYS_64BIT 23 24config TARGET_BSC9131RDB 25 bool "Support BSC9131RDB" 26 select ARCH_BSC9131 27 select SUPPORT_SPL 28 29config TARGET_BSC9132QDS 30 bool "Support BSC9132QDS" 31 select ARCH_BSC9132 32 select SUPPORT_SPL 33 34config TARGET_C29XPCIE 35 bool "Support C29XPCIE" 36 select ARCH_C29X 37 select SUPPORT_SPL 38 select SUPPORT_TPL 39 select PHYS_64BIT 40 41config TARGET_P3041DS 42 bool "Support P3041DS" 43 select PHYS_64BIT 44 select ARCH_P3041 45 46config TARGET_P4080DS 47 bool "Support P4080DS" 48 select PHYS_64BIT 49 select ARCH_P4080 50 51config TARGET_P5020DS 52 bool "Support P5020DS" 53 select PHYS_64BIT 54 select ARCH_P5020 55 56config TARGET_P5040DS 57 bool "Support P5040DS" 58 select PHYS_64BIT 59 60config TARGET_MPC8536DS 61 bool "Support MPC8536DS" 62 select ARCH_MPC8536 63 64config TARGET_MPC8540ADS 65 bool "Support MPC8540ADS" 66 select ARCH_MPC8540 67 68config TARGET_MPC8541CDS 69 bool "Support MPC8541CDS" 70 select ARCH_MPC8541 71 72config TARGET_MPC8544DS 73 bool "Support MPC8544DS" 74 select ARCH_MPC8544 75 76config TARGET_MPC8548CDS 77 bool "Support MPC8548CDS" 78 select ARCH_MPC8548 79 80config TARGET_MPC8555CDS 81 bool "Support MPC8555CDS" 82 select ARCH_MPC8555 83 84config TARGET_MPC8560ADS 85 bool "Support MPC8560ADS" 86 select ARCH_MPC8560 87 88config TARGET_MPC8568MDS 89 bool "Support MPC8568MDS" 90 select ARCH_MPC8568 91 92config TARGET_MPC8569MDS 93 bool "Support MPC8569MDS" 94 select ARCH_MPC8569 95 96config TARGET_MPC8572DS 97 bool "Support MPC8572DS" 98 select ARCH_MPC8572 99 100config TARGET_P1010RDB_PA 101 bool "Support P1010RDB_PA" 102 select ARCH_P1010 103 select SUPPORT_SPL 104 select SUPPORT_TPL 105 106config TARGET_P1010RDB_PB 107 bool "Support P1010RDB_PB" 108 select ARCH_P1010 109 select SUPPORT_SPL 110 select SUPPORT_TPL 111 112config TARGET_P1022DS 113 bool "Support P1022DS" 114 select ARCH_P1022 115 select SUPPORT_SPL 116 select SUPPORT_TPL 117 118config TARGET_P1023RDB 119 bool "Support P1023RDB" 120 select ARCH_P1023 121 122config TARGET_P1020MBG 123 bool "Support P1020MBG-PC" 124 select SUPPORT_SPL 125 select SUPPORT_TPL 126 select ARCH_P1020 127 128config TARGET_P1020RDB_PC 129 bool "Support P1020RDB-PC" 130 select SUPPORT_SPL 131 select SUPPORT_TPL 132 select ARCH_P1020 133 134config TARGET_P1020RDB_PD 135 bool "Support P1020RDB-PD" 136 select SUPPORT_SPL 137 select SUPPORT_TPL 138 select ARCH_P1020 139 140config TARGET_P1020UTM 141 bool "Support P1020UTM" 142 select SUPPORT_SPL 143 select SUPPORT_TPL 144 select ARCH_P1020 145 146config TARGET_P1021RDB 147 bool "Support P1021RDB" 148 select SUPPORT_SPL 149 select SUPPORT_TPL 150 select ARCH_P1021 151 152config TARGET_P1024RDB 153 bool "Support P1024RDB" 154 select SUPPORT_SPL 155 select SUPPORT_TPL 156 select ARCH_P1024 157 158config TARGET_P1025RDB 159 bool "Support P1025RDB" 160 select SUPPORT_SPL 161 select SUPPORT_TPL 162 select ARCH_P1025 163 164config TARGET_P2020RDB 165 bool "Support P2020RDB-PC" 166 select SUPPORT_SPL 167 select SUPPORT_TPL 168 select ARCH_P2020 169 170config TARGET_P1_TWR 171 bool "Support p1_twr" 172 select ARCH_P1025 173 174config TARGET_P2041RDB 175 bool "Support P2041RDB" 176 select ARCH_P2041 177 select PHYS_64BIT 178 179config TARGET_QEMU_PPCE500 180 bool "Support qemu-ppce500" 181 select PHYS_64BIT 182 183config TARGET_T102XQDS 184 bool "Support T102xQDS" 185 select SUPPORT_SPL 186 select PHYS_64BIT 187 188config TARGET_T102XRDB 189 bool "Support T102xRDB" 190 select SUPPORT_SPL 191 select PHYS_64BIT 192 193config TARGET_T1040QDS 194 bool "Support T1040QDS" 195 select PHYS_64BIT 196 197config TARGET_T104XRDB 198 bool "Support T104xRDB" 199 select SUPPORT_SPL 200 select PHYS_64BIT 201 202config TARGET_T208XQDS 203 bool "Support T208xQDS" 204 select SUPPORT_SPL 205 select PHYS_64BIT 206 207config TARGET_T208XRDB 208 bool "Support T208xRDB" 209 select SUPPORT_SPL 210 select PHYS_64BIT 211 212config TARGET_T4240QDS 213 bool "Support T4240QDS" 214 select SUPPORT_SPL 215 select PHYS_64BIT 216 217config TARGET_T4240RDB 218 bool "Support T4240RDB" 219 select SUPPORT_SPL 220 select PHYS_64BIT 221 222config TARGET_CONTROLCENTERD 223 bool "Support controlcenterd" 224 select ARCH_P1022 225 226config TARGET_KMP204X 227 bool "Support kmp204x" 228 select ARCH_P2041 229 select PHYS_64BIT 230 231config TARGET_XPEDITE520X 232 bool "Support xpedite520x" 233 select ARCH_MPC8548 234 235config TARGET_XPEDITE537X 236 bool "Support xpedite537x" 237 select ARCH_MPC8572 238 239config TARGET_XPEDITE550X 240 bool "Support xpedite550x" 241 select ARCH_P2020 242 243config TARGET_UCP1020 244 bool "Support uCP1020" 245 select ARCH_P1020 246 247config TARGET_CYRUS 248 bool "Support Varisys Cyrus" 249 select PHYS_64BIT 250 251endchoice 252 253config ARCH_BSC9131 254 bool 255 256config ARCH_BSC9132 257 bool 258 259config ARCH_C29X 260 bool 261 262config ARCH_MPC8536 263 bool 264 265config ARCH_MPC8540 266 bool 267 268config ARCH_MPC8541 269 bool 270 271config ARCH_MPC8544 272 bool 273 274config ARCH_MPC8548 275 bool 276 277config ARCH_MPC8555 278 bool 279 280config ARCH_MPC8560 281 bool 282 283config ARCH_MPC8568 284 bool 285 286config ARCH_MPC8569 287 bool 288 289config ARCH_MPC8572 290 bool 291 292config ARCH_P1010 293 bool 294 295config ARCH_P1011 296 bool 297 298config ARCH_P1020 299 bool 300 301config ARCH_P1021 302 bool 303 304config ARCH_P1022 305 bool 306 307config ARCH_P1023 308 bool 309 310config ARCH_P1024 311 bool 312 313config ARCH_P1025 314 bool 315 316config ARCH_P2020 317 bool 318 319config ARCH_P2041 320 bool 321 322config ARCH_P3041 323 bool 324 325config ARCH_P4080 326 bool 327 328config ARCH_P5020 329 bool 330 331source "board/freescale/b4860qds/Kconfig" 332source "board/freescale/bsc9131rdb/Kconfig" 333source "board/freescale/bsc9132qds/Kconfig" 334source "board/freescale/c29xpcie/Kconfig" 335source "board/freescale/corenet_ds/Kconfig" 336source "board/freescale/mpc8536ds/Kconfig" 337source "board/freescale/mpc8540ads/Kconfig" 338source "board/freescale/mpc8541cds/Kconfig" 339source "board/freescale/mpc8544ds/Kconfig" 340source "board/freescale/mpc8548cds/Kconfig" 341source "board/freescale/mpc8555cds/Kconfig" 342source "board/freescale/mpc8560ads/Kconfig" 343source "board/freescale/mpc8568mds/Kconfig" 344source "board/freescale/mpc8569mds/Kconfig" 345source "board/freescale/mpc8572ds/Kconfig" 346source "board/freescale/p1010rdb/Kconfig" 347source "board/freescale/p1022ds/Kconfig" 348source "board/freescale/p1023rdb/Kconfig" 349source "board/freescale/p1_p2_rdb_pc/Kconfig" 350source "board/freescale/p1_twr/Kconfig" 351source "board/freescale/p2041rdb/Kconfig" 352source "board/freescale/qemu-ppce500/Kconfig" 353source "board/freescale/t102xqds/Kconfig" 354source "board/freescale/t102xrdb/Kconfig" 355source "board/freescale/t1040qds/Kconfig" 356source "board/freescale/t104xrdb/Kconfig" 357source "board/freescale/t208xqds/Kconfig" 358source "board/freescale/t208xrdb/Kconfig" 359source "board/freescale/t4qds/Kconfig" 360source "board/freescale/t4rdb/Kconfig" 361source "board/gdsys/p1022/Kconfig" 362source "board/keymile/kmp204x/Kconfig" 363source "board/sbc8548/Kconfig" 364source "board/socrates/Kconfig" 365source "board/varisys/cyrus/Kconfig" 366source "board/xes/xpedite520x/Kconfig" 367source "board/xes/xpedite537x/Kconfig" 368source "board/xes/xpedite550x/Kconfig" 369source "board/Arcturus/ucp1020/Kconfig" 370 371endmenu 372