Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "mpc5xxx CPU" |
| 2 | depends on MPC5xxx |
| 3 | |
| 4 | config SYS_CPU |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "mpc5xxx" |
| 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_A3M071 |
| 12 | bool "Support a3m071" |
Masahiro Yamada | 0262735 | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 13 | select SUPPORT_SPL |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 14 | |
| 15 | config TARGET_A4M072 |
| 16 | bool "Support a4m072" |
| 17 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 18 | config TARGET_CANMB |
| 19 | bool "Support canmb" |
| 20 | |
| 21 | config TARGET_CM5200 |
| 22 | bool "Support cm5200" |
| 23 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 24 | config TARGET_INKA4X0 |
| 25 | bool "Support inka4x0" |
| 26 | |
| 27 | config TARGET_IPEK01 |
| 28 | bool "Support ipek01" |
| 29 | |
| 30 | config TARGET_JUPITER |
| 31 | bool "Support jupiter" |
| 32 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 33 | config TARGET_MOTIONPRO |
| 34 | bool "Support motionpro" |
| 35 | |
| 36 | config TARGET_MUNICES |
| 37 | bool "Support munices" |
| 38 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 39 | config TARGET_V38B |
| 40 | bool "Support v38b" |
| 41 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 42 | config TARGET_O2D |
| 43 | bool "Support O2D" |
| 44 | |
| 45 | config TARGET_O2D300 |
| 46 | bool "Support O2D300" |
| 47 | |
| 48 | config TARGET_O2DNT2 |
| 49 | bool "Support O2DNT2" |
| 50 | |
| 51 | config TARGET_O2I |
| 52 | bool "Support O2I" |
| 53 | |
| 54 | config TARGET_O2MNT |
| 55 | bool "Support O2MNT" |
| 56 | |
| 57 | config TARGET_O3DNT |
| 58 | bool "Support O3DNT" |
| 59 | |
| 60 | config TARGET_DIGSY_MTC |
| 61 | bool "Support digsy_mtc" |
| 62 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 63 | config TARGET_PCM030 |
| 64 | bool "Support pcm030" |
| 65 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 66 | config TARGET_CHARON |
| 67 | bool "Support charon" |
| 68 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 69 | config TARGET_TQM5200 |
| 70 | bool "Support TQM5200" |
| 71 | |
| 72 | endchoice |
| 73 | |
| 74 | source "board/a3m071/Kconfig" |
| 75 | source "board/a4m072/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 76 | source "board/canmb/Kconfig" |
| 77 | source "board/cm5200/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 78 | source "board/ifm/o2dnt2/Kconfig" |
| 79 | source "board/inka4x0/Kconfig" |
| 80 | source "board/intercontrol/digsy_mtc/Kconfig" |
| 81 | source "board/ipek01/Kconfig" |
| 82 | source "board/jupiter/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 83 | source "board/motionpro/Kconfig" |
| 84 | source "board/munices/Kconfig" |
| 85 | source "board/phytec/pcm030/Kconfig" |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 86 | source "board/tqc/tqm5200/Kconfig" |
| 87 | source "board/v38b/Kconfig" |
| 88 | |
| 89 | endmenu |