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 45config TARGET_P4080DS 46 bool "Support P4080DS" 47 select PHYS_64BIT 48 49config TARGET_P5020DS 50 bool "Support P5020DS" 51 select PHYS_64BIT 52 53config TARGET_P5040DS 54 bool "Support P5040DS" 55 select PHYS_64BIT 56 57config TARGET_MPC8536DS 58 bool "Support MPC8536DS" 59 select ARCH_MPC8536 60 61config TARGET_MPC8540ADS 62 bool "Support MPC8540ADS" 63 select ARCH_MPC8540 64 65config TARGET_MPC8541CDS 66 bool "Support MPC8541CDS" 67 select ARCH_MPC8541 68 69config TARGET_MPC8544DS 70 bool "Support MPC8544DS" 71 select ARCH_MPC8544 72 73config TARGET_MPC8548CDS 74 bool "Support MPC8548CDS" 75 select ARCH_MPC8548 76 77config TARGET_MPC8555CDS 78 bool "Support MPC8555CDS" 79 select ARCH_MPC8555 80 81config TARGET_MPC8560ADS 82 bool "Support MPC8560ADS" 83 select ARCH_MPC8560 84 85config TARGET_MPC8568MDS 86 bool "Support MPC8568MDS" 87 88config TARGET_MPC8569MDS 89 bool "Support MPC8569MDS" 90 91config TARGET_MPC8572DS 92 bool "Support MPC8572DS" 93 94config TARGET_P1010RDB 95 bool "Support P1010RDB" 96 select SUPPORT_SPL 97 select SUPPORT_TPL 98 99config TARGET_P1022DS 100 bool "Support P1022DS" 101 select SUPPORT_SPL 102 select SUPPORT_TPL 103 104config TARGET_P1023RDB 105 bool "Support P1023RDB" 106 107config TARGET_P1_P2_RDB_PC 108 bool "Support p1_p2_rdb_pc" 109 select SUPPORT_SPL 110 select SUPPORT_TPL 111 112config TARGET_P1_TWR 113 bool "Support p1_twr" 114 115config TARGET_P2041RDB 116 bool "Support P2041RDB" 117 select PHYS_64BIT 118 119config TARGET_QEMU_PPCE500 120 bool "Support qemu-ppce500" 121 select PHYS_64BIT 122 123config TARGET_T102XQDS 124 bool "Support T102xQDS" 125 select SUPPORT_SPL 126 select PHYS_64BIT 127 128config TARGET_T102XRDB 129 bool "Support T102xRDB" 130 select SUPPORT_SPL 131 select PHYS_64BIT 132 133config TARGET_T1040QDS 134 bool "Support T1040QDS" 135 select PHYS_64BIT 136 137config TARGET_T104XRDB 138 bool "Support T104xRDB" 139 select SUPPORT_SPL 140 select PHYS_64BIT 141 142config TARGET_T208XQDS 143 bool "Support T208xQDS" 144 select SUPPORT_SPL 145 select PHYS_64BIT 146 147config TARGET_T208XRDB 148 bool "Support T208xRDB" 149 select SUPPORT_SPL 150 select PHYS_64BIT 151 152config TARGET_T4240QDS 153 bool "Support T4240QDS" 154 select SUPPORT_SPL 155 select PHYS_64BIT 156 157config TARGET_T4240RDB 158 bool "Support T4240RDB" 159 select SUPPORT_SPL 160 select PHYS_64BIT 161 162config TARGET_CONTROLCENTERD 163 bool "Support controlcenterd" 164 165config TARGET_KMP204X 166 bool "Support kmp204x" 167 select PHYS_64BIT 168 169config TARGET_XPEDITE520X 170 bool "Support xpedite520x" 171 select ARCH_MPC8548 172 173config TARGET_XPEDITE537X 174 bool "Support xpedite537x" 175 176config TARGET_XPEDITE550X 177 bool "Support xpedite550x" 178 179config TARGET_UCP1020 180 bool "Support uCP1020" 181 182config TARGET_CYRUS 183 bool "Support Varisys Cyrus" 184 select PHYS_64BIT 185 186endchoice 187 188config ARCH_BSC9131 189 bool 190 191config ARCH_BSC9132 192 bool 193 194config ARCH_C29X 195 bool 196 197config ARCH_MPC8536 198 bool 199 200config ARCH_MPC8540 201 bool 202 203config ARCH_MPC8541 204 bool 205 206config ARCH_MPC8544 207 bool 208 209config ARCH_MPC8548 210 bool 211 212config ARCH_MPC8555 213 bool 214 215config ARCH_MPC8560 216 bool 217 218source "board/freescale/b4860qds/Kconfig" 219source "board/freescale/bsc9131rdb/Kconfig" 220source "board/freescale/bsc9132qds/Kconfig" 221source "board/freescale/c29xpcie/Kconfig" 222source "board/freescale/corenet_ds/Kconfig" 223source "board/freescale/mpc8536ds/Kconfig" 224source "board/freescale/mpc8540ads/Kconfig" 225source "board/freescale/mpc8541cds/Kconfig" 226source "board/freescale/mpc8544ds/Kconfig" 227source "board/freescale/mpc8548cds/Kconfig" 228source "board/freescale/mpc8555cds/Kconfig" 229source "board/freescale/mpc8560ads/Kconfig" 230source "board/freescale/mpc8568mds/Kconfig" 231source "board/freescale/mpc8569mds/Kconfig" 232source "board/freescale/mpc8572ds/Kconfig" 233source "board/freescale/p1010rdb/Kconfig" 234source "board/freescale/p1022ds/Kconfig" 235source "board/freescale/p1023rdb/Kconfig" 236source "board/freescale/p1_p2_rdb_pc/Kconfig" 237source "board/freescale/p1_twr/Kconfig" 238source "board/freescale/p2041rdb/Kconfig" 239source "board/freescale/qemu-ppce500/Kconfig" 240source "board/freescale/t102xqds/Kconfig" 241source "board/freescale/t102xrdb/Kconfig" 242source "board/freescale/t1040qds/Kconfig" 243source "board/freescale/t104xrdb/Kconfig" 244source "board/freescale/t208xqds/Kconfig" 245source "board/freescale/t208xrdb/Kconfig" 246source "board/freescale/t4qds/Kconfig" 247source "board/freescale/t4rdb/Kconfig" 248source "board/gdsys/p1022/Kconfig" 249source "board/keymile/kmp204x/Kconfig" 250source "board/sbc8548/Kconfig" 251source "board/socrates/Kconfig" 252source "board/varisys/cyrus/Kconfig" 253source "board/xes/xpedite520x/Kconfig" 254source "board/xes/xpedite537x/Kconfig" 255source "board/xes/xpedite550x/Kconfig" 256source "board/Arcturus/ucp1020/Kconfig" 257 258endmenu 259