Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "mpc85xx CPU" |
| 2 | depends on MPC85xx |
| 3 | |
| 4 | config SYS_CPU |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "mpc85xx" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
Joe Hershberger | f069960 | 2015-05-12 14:46:23 -0500 | [diff] [blame] | 9 | optional |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | |
| 11 | config TARGET_SBC8548 |
| 12 | bool "Support sbc8548" |
| 13 | |
| 14 | config TARGET_SOCRATES |
| 15 | bool "Support socrates" |
| 16 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 17 | config TARGET_B4860QDS |
| 18 | bool "Support B4860QDS" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 19 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 20 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 21 | |
| 22 | config TARGET_BSC9131RDB |
| 23 | bool "Support BSC9131RDB" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 24 | select SUPPORT_SPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 25 | |
| 26 | config TARGET_BSC9132QDS |
| 27 | bool "Support BSC9132QDS" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 28 | select SUPPORT_SPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 29 | |
| 30 | config TARGET_C29XPCIE |
| 31 | bool "Support C29XPCIE" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 32 | select SUPPORT_SPL |
Masahiro Yamada | f5ebc99 | 2014-10-20 17:45:57 +0900 | [diff] [blame] | 33 | select SUPPORT_TPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 34 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 35 | |
| 36 | config TARGET_P3041DS |
| 37 | bool "Support P3041DS" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 38 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 39 | |
| 40 | config TARGET_P4080DS |
| 41 | bool "Support P4080DS" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 42 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 43 | |
| 44 | config TARGET_P5020DS |
| 45 | bool "Support P5020DS" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 46 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 47 | |
| 48 | config TARGET_P5040DS |
| 49 | bool "Support P5040DS" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 50 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 51 | |
| 52 | config TARGET_MPC8536DS |
| 53 | bool "Support MPC8536DS" |
| 54 | |
| 55 | config TARGET_MPC8540ADS |
| 56 | bool "Support MPC8540ADS" |
| 57 | |
| 58 | config TARGET_MPC8541CDS |
| 59 | bool "Support MPC8541CDS" |
| 60 | |
| 61 | config TARGET_MPC8544DS |
| 62 | bool "Support MPC8544DS" |
| 63 | |
| 64 | config TARGET_MPC8548CDS |
| 65 | bool "Support MPC8548CDS" |
| 66 | |
| 67 | config TARGET_MPC8555CDS |
| 68 | bool "Support MPC8555CDS" |
| 69 | |
| 70 | config TARGET_MPC8560ADS |
| 71 | bool "Support MPC8560ADS" |
| 72 | |
| 73 | config TARGET_MPC8568MDS |
| 74 | bool "Support MPC8568MDS" |
| 75 | |
| 76 | config TARGET_MPC8569MDS |
| 77 | bool "Support MPC8569MDS" |
| 78 | |
| 79 | config TARGET_MPC8572DS |
| 80 | bool "Support MPC8572DS" |
| 81 | |
| 82 | config TARGET_P1010RDB |
| 83 | bool "Support P1010RDB" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 84 | select SUPPORT_SPL |
Masahiro Yamada | f5ebc99 | 2014-10-20 17:45:57 +0900 | [diff] [blame] | 85 | select SUPPORT_TPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 86 | |
| 87 | config TARGET_P1022DS |
| 88 | bool "Support P1022DS" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 89 | select SUPPORT_SPL |
Masahiro Yamada | f5ebc99 | 2014-10-20 17:45:57 +0900 | [diff] [blame] | 90 | select SUPPORT_TPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 91 | |
| 92 | config TARGET_P1023RDB |
| 93 | bool "Support P1023RDB" |
| 94 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 95 | config TARGET_P1_P2_RDB_PC |
| 96 | bool "Support p1_p2_rdb_pc" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 97 | select SUPPORT_SPL |
Masahiro Yamada | f5ebc99 | 2014-10-20 17:45:57 +0900 | [diff] [blame] | 98 | select SUPPORT_TPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 99 | |
| 100 | config TARGET_P1_TWR |
| 101 | bool "Support p1_twr" |
| 102 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 103 | config TARGET_P2041RDB |
| 104 | bool "Support P2041RDB" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 105 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 106 | |
| 107 | config TARGET_QEMU_PPCE500 |
| 108 | bool "Support qemu-ppce500" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 109 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 110 | |
Shengzhou Liu | 9eca55f | 2014-11-24 17:11:55 +0800 | [diff] [blame] | 111 | config TARGET_T102XQDS |
| 112 | bool "Support T102xQDS" |
| 113 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 114 | select PHYS_64BIT |
Shengzhou Liu | 9eca55f | 2014-11-24 17:11:55 +0800 | [diff] [blame] | 115 | |
Shengzhou Liu | 4991240 | 2014-11-24 17:11:56 +0800 | [diff] [blame] | 116 | config TARGET_T102XRDB |
| 117 | bool "Support T102xRDB" |
| 118 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 119 | select PHYS_64BIT |
Shengzhou Liu | 4991240 | 2014-11-24 17:11:56 +0800 | [diff] [blame] | 120 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 121 | config TARGET_T1040QDS |
| 122 | bool "Support T1040QDS" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 123 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 124 | |
| 125 | config TARGET_T104XRDB |
| 126 | bool "Support T104xRDB" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 127 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 128 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 129 | |
| 130 | config TARGET_T208XQDS |
| 131 | bool "Support T208xQDS" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 132 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 133 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 134 | |
| 135 | config TARGET_T208XRDB |
| 136 | bool "Support T208xRDB" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 137 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 138 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 139 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 140 | config TARGET_T4240QDS |
| 141 | bool "Support T4240QDS" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 142 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 143 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 144 | |
| 145 | config TARGET_T4240RDB |
| 146 | bool "Support T4240RDB" |
Chunhe Lan | 66cba6b | 2015-03-20 17:08:54 +0800 | [diff] [blame] | 147 | select SUPPORT_SPL |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 148 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 149 | |
| 150 | config TARGET_CONTROLCENTERD |
| 151 | bool "Support controlcenterd" |
| 152 | |
| 153 | config TARGET_KMP204X |
| 154 | bool "Support kmp204x" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 155 | select PHYS_64BIT |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 156 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 157 | config TARGET_XPEDITE520X |
| 158 | bool "Support xpedite520x" |
| 159 | |
| 160 | config TARGET_XPEDITE537X |
| 161 | bool "Support xpedite537x" |
| 162 | |
| 163 | config TARGET_XPEDITE550X |
| 164 | bool "Support xpedite550x" |
| 165 | |
Oleksandr G Zhadan | 19ac688 | 2015-04-29 16:57:39 -0400 | [diff] [blame] | 166 | config TARGET_UCP1020 |
| 167 | bool "Support uCP1020" |
| 168 | |
Andy Fleming | 3c98e7b | 2015-11-04 15:48:32 -0600 | [diff] [blame] | 169 | config TARGET_CYRUS |
| 170 | bool "Support Varisys Cyrus" |
Masahiro Yamada | 653e9fe | 2016-07-25 19:56:03 +0900 | [diff] [blame] | 171 | select PHYS_64BIT |
Andy Fleming | 3c98e7b | 2015-11-04 15:48:32 -0600 | [diff] [blame] | 172 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 173 | endchoice |
| 174 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 175 | source "board/freescale/b4860qds/Kconfig" |
| 176 | source "board/freescale/bsc9131rdb/Kconfig" |
| 177 | source "board/freescale/bsc9132qds/Kconfig" |
| 178 | source "board/freescale/c29xpcie/Kconfig" |
| 179 | source "board/freescale/corenet_ds/Kconfig" |
| 180 | source "board/freescale/mpc8536ds/Kconfig" |
| 181 | source "board/freescale/mpc8540ads/Kconfig" |
| 182 | source "board/freescale/mpc8541cds/Kconfig" |
| 183 | source "board/freescale/mpc8544ds/Kconfig" |
| 184 | source "board/freescale/mpc8548cds/Kconfig" |
| 185 | source "board/freescale/mpc8555cds/Kconfig" |
| 186 | source "board/freescale/mpc8560ads/Kconfig" |
| 187 | source "board/freescale/mpc8568mds/Kconfig" |
| 188 | source "board/freescale/mpc8569mds/Kconfig" |
| 189 | source "board/freescale/mpc8572ds/Kconfig" |
| 190 | source "board/freescale/p1010rdb/Kconfig" |
| 191 | source "board/freescale/p1022ds/Kconfig" |
| 192 | source "board/freescale/p1023rdb/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 193 | source "board/freescale/p1_p2_rdb_pc/Kconfig" |
| 194 | source "board/freescale/p1_twr/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 195 | source "board/freescale/p2041rdb/Kconfig" |
| 196 | source "board/freescale/qemu-ppce500/Kconfig" |
Shengzhou Liu | 9eca55f | 2014-11-24 17:11:55 +0800 | [diff] [blame] | 197 | source "board/freescale/t102xqds/Kconfig" |
Shengzhou Liu | 4991240 | 2014-11-24 17:11:56 +0800 | [diff] [blame] | 198 | source "board/freescale/t102xrdb/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 199 | source "board/freescale/t1040qds/Kconfig" |
| 200 | source "board/freescale/t104xrdb/Kconfig" |
| 201 | source "board/freescale/t208xqds/Kconfig" |
| 202 | source "board/freescale/t208xrdb/Kconfig" |
| 203 | source "board/freescale/t4qds/Kconfig" |
| 204 | source "board/freescale/t4rdb/Kconfig" |
| 205 | source "board/gdsys/p1022/Kconfig" |
| 206 | source "board/keymile/kmp204x/Kconfig" |
| 207 | source "board/sbc8548/Kconfig" |
| 208 | source "board/socrates/Kconfig" |
Andy Fleming | 3c98e7b | 2015-11-04 15:48:32 -0600 | [diff] [blame] | 209 | source "board/varisys/cyrus/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 210 | source "board/xes/xpedite520x/Kconfig" |
| 211 | source "board/xes/xpedite537x/Kconfig" |
| 212 | source "board/xes/xpedite550x/Kconfig" |
Oleksandr G Zhadan | 19ac688 | 2015-04-29 16:57:39 -0400 | [diff] [blame] | 213 | source "board/Arcturus/ucp1020/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 214 | |
| 215 | endmenu |