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