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