Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "mpc5xxx CPU" |
| 2 | depends on MPC5xxx |
| 3 | |
| 4 | config SYS_CPU |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "mpc5xxx" |
| 6 | |
| 7 | choice |
| 8 | prompt "Target select" |
| 9 | |
| 10 | config TARGET_A3M071 |
| 11 | bool "Support a3m071" |
| 12 | |
| 13 | config TARGET_A4M072 |
| 14 | bool "Support a4m072" |
| 15 | |
| 16 | config TARGET_BC3450 |
| 17 | bool "Support BC3450" |
| 18 | |
| 19 | config TARGET_CANMB |
| 20 | bool "Support canmb" |
| 21 | |
| 22 | config TARGET_CM5200 |
| 23 | bool "Support cm5200" |
| 24 | |
| 25 | config TARGET_GALAXY5200 |
| 26 | bool "Support galaxy5200" |
| 27 | |
| 28 | config TARGET_ICECUBE |
| 29 | bool "Support IceCube" |
| 30 | |
| 31 | config TARGET_INKA4X0 |
| 32 | bool "Support inka4x0" |
| 33 | |
| 34 | config TARGET_IPEK01 |
| 35 | bool "Support ipek01" |
| 36 | |
| 37 | config TARGET_JUPITER |
| 38 | bool "Support jupiter" |
| 39 | |
| 40 | config TARGET_MCC200 |
| 41 | bool "Support mcc200" |
| 42 | |
| 43 | config TARGET_MOTIONPRO |
| 44 | bool "Support motionpro" |
| 45 | |
| 46 | config TARGET_MUNICES |
| 47 | bool "Support munices" |
| 48 | |
| 49 | config TARGET_PM520 |
| 50 | bool "Support PM520" |
| 51 | |
| 52 | config TARGET_TOTAL5200 |
| 53 | bool "Support Total5200" |
| 54 | |
| 55 | config TARGET_V38B |
| 56 | bool "Support v38b" |
| 57 | |
| 58 | config TARGET_TOP5200 |
| 59 | bool "Support TOP5200" |
| 60 | |
| 61 | config TARGET_CPCI5200 |
| 62 | bool "Support cpci5200" |
| 63 | |
| 64 | config TARGET_MECP5200 |
| 65 | bool "Support mecp5200" |
| 66 | |
| 67 | config TARGET_PF5200 |
| 68 | bool "Support pf5200" |
| 69 | |
| 70 | config TARGET_O2D |
| 71 | bool "Support O2D" |
| 72 | |
| 73 | config TARGET_O2D300 |
| 74 | bool "Support O2D300" |
| 75 | |
| 76 | config TARGET_O2DNT2 |
| 77 | bool "Support O2DNT2" |
| 78 | |
| 79 | config TARGET_O2I |
| 80 | bool "Support O2I" |
| 81 | |
| 82 | config TARGET_O2MNT |
| 83 | bool "Support O2MNT" |
| 84 | |
| 85 | config TARGET_O3DNT |
| 86 | bool "Support O3DNT" |
| 87 | |
| 88 | config TARGET_DIGSY_MTC |
| 89 | bool "Support digsy_mtc" |
| 90 | |
| 91 | config TARGET_HMI1001 |
| 92 | bool "Support hmi1001" |
| 93 | |
| 94 | config TARGET_MUCMC52 |
| 95 | bool "Support mucmc52" |
| 96 | |
| 97 | config TARGET_UC101 |
| 98 | bool "Support uc101" |
| 99 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 100 | config TARGET_PCM030 |
| 101 | bool "Support pcm030" |
| 102 | |
| 103 | config TARGET_AEV |
| 104 | bool "Support aev" |
| 105 | |
| 106 | config TARGET_CHARON |
| 107 | bool "Support charon" |
| 108 | |
| 109 | config TARGET_TB5200 |
| 110 | bool "Support TB5200" |
| 111 | |
| 112 | config TARGET_TQM5200 |
| 113 | bool "Support TQM5200" |
| 114 | |
| 115 | endchoice |
| 116 | |
| 117 | source "board/a3m071/Kconfig" |
| 118 | source "board/a4m072/Kconfig" |
| 119 | source "board/bc3450/Kconfig" |
| 120 | source "board/canmb/Kconfig" |
| 121 | source "board/cm5200/Kconfig" |
| 122 | source "board/emk/top5200/Kconfig" |
| 123 | source "board/esd/cpci5200/Kconfig" |
| 124 | source "board/esd/mecp5200/Kconfig" |
| 125 | source "board/esd/pf5200/Kconfig" |
| 126 | source "board/galaxy5200/Kconfig" |
| 127 | source "board/icecube/Kconfig" |
| 128 | source "board/ifm/o2dnt2/Kconfig" |
| 129 | source "board/inka4x0/Kconfig" |
| 130 | source "board/intercontrol/digsy_mtc/Kconfig" |
| 131 | source "board/ipek01/Kconfig" |
| 132 | source "board/jupiter/Kconfig" |
| 133 | source "board/manroland/hmi1001/Kconfig" |
| 134 | source "board/manroland/mucmc52/Kconfig" |
| 135 | source "board/manroland/uc101/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 136 | source "board/mcc200/Kconfig" |
| 137 | source "board/motionpro/Kconfig" |
| 138 | source "board/munices/Kconfig" |
| 139 | source "board/phytec/pcm030/Kconfig" |
| 140 | source "board/pm520/Kconfig" |
| 141 | source "board/total5200/Kconfig" |
| 142 | source "board/tqc/tqm5200/Kconfig" |
| 143 | source "board/v38b/Kconfig" |
| 144 | |
| 145 | endmenu |