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" |
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_A3M071 |
| 12 | bool "Support a3m071" |
Masahiro Yamada | 6e0971b | 2014-10-20 17:45:56 +0900 | [diff] [blame] | 13 | select SUPPORT_SPL |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 14 | |
| 15 | config TARGET_A4M072 |
| 16 | bool "Support a4m072" |
| 17 | |
Masahiro Yamada | d3ae678 | 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 | d3ae678 | 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 | d3ae678 | 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 | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 39 | config TARGET_V38B |
| 40 | bool "Support v38b" |
| 41 | |
Masahiro Yamada | d3ae678 | 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" |
Simon Glass | 4c3a620 | 2017-05-17 03:25:39 -0600 | [diff] [blame] | 62 | imply CMD_IRQ |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 63 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 64 | config TARGET_PCM030 |
| 65 | bool "Support pcm030" |
| 66 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 67 | config TARGET_CHARON |
| 68 | bool "Support charon" |
| 69 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 70 | config TARGET_TQM5200 |
| 71 | bool "Support TQM5200" |
| 72 | |
| 73 | endchoice |
| 74 | |
| 75 | source "board/a3m071/Kconfig" |
| 76 | source "board/a4m072/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 77 | source "board/canmb/Kconfig" |
| 78 | source "board/cm5200/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 79 | source "board/ifm/o2dnt2/Kconfig" |
| 80 | source "board/inka4x0/Kconfig" |
| 81 | source "board/intercontrol/digsy_mtc/Kconfig" |
| 82 | source "board/ipek01/Kconfig" |
| 83 | source "board/jupiter/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 84 | source "board/motionpro/Kconfig" |
| 85 | source "board/munices/Kconfig" |
| 86 | source "board/phytec/pcm030/Kconfig" |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 87 | source "board/tqc/tqm5200/Kconfig" |
| 88 | source "board/v38b/Kconfig" |
| 89 | |
| 90 | endmenu |