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