blob: 5d4922870b75378a02dedcfb16427dbe44c264c8 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc5xxx CPU"
2 depends on MPC5xxx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "mpc5xxx"
6
7choice
8 prompt "Target select"
Joe Hershbergera26cd042015-05-12 14:46:23 -05009 optional
Masahiro Yamadadd840582014-07-30 14:08:14 +090010
11config TARGET_A3M071
12 bool "Support a3m071"
Masahiro Yamada02627352014-10-20 17:45:56 +090013 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090014
15config TARGET_A4M072
16 bool "Support a4m072"
17
Masahiro Yamadadd840582014-07-30 14:08:14 +090018config TARGET_CANMB
19 bool "Support canmb"
20
21config TARGET_CM5200
22 bool "Support cm5200"
23
Masahiro Yamadadd840582014-07-30 14:08:14 +090024config TARGET_INKA4X0
25 bool "Support inka4x0"
26
27config TARGET_IPEK01
28 bool "Support ipek01"
29
30config TARGET_JUPITER
31 bool "Support jupiter"
32
Masahiro Yamadadd840582014-07-30 14:08:14 +090033config TARGET_MOTIONPRO
34 bool "Support motionpro"
35
36config TARGET_MUNICES
37 bool "Support munices"
38
Masahiro Yamadadd840582014-07-30 14:08:14 +090039config TARGET_V38B
40 bool "Support v38b"
41
Masahiro Yamadadd840582014-07-30 14:08:14 +090042config TARGET_O2D
43 bool "Support O2D"
44
45config TARGET_O2D300
46 bool "Support O2D300"
47
48config TARGET_O2DNT2
49 bool "Support O2DNT2"
50
51config TARGET_O2I
52 bool "Support O2I"
53
54config TARGET_O2MNT
55 bool "Support O2MNT"
56
57config TARGET_O3DNT
58 bool "Support O3DNT"
59
60config TARGET_DIGSY_MTC
61 bool "Support digsy_mtc"
62
Masahiro Yamadadd840582014-07-30 14:08:14 +090063config TARGET_PCM030
64 bool "Support pcm030"
65
Masahiro Yamadadd840582014-07-30 14:08:14 +090066config TARGET_CHARON
67 bool "Support charon"
68
Masahiro Yamadadd840582014-07-30 14:08:14 +090069config TARGET_TQM5200
70 bool "Support TQM5200"
71
72endchoice
73
74source "board/a3m071/Kconfig"
75source "board/a4m072/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090076source "board/canmb/Kconfig"
77source "board/cm5200/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090078source "board/ifm/o2dnt2/Kconfig"
79source "board/inka4x0/Kconfig"
80source "board/intercontrol/digsy_mtc/Kconfig"
81source "board/ipek01/Kconfig"
82source "board/jupiter/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090083source "board/motionpro/Kconfig"
84source "board/munices/Kconfig"
85source "board/phytec/pcm030/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090086source "board/tqc/tqm5200/Kconfig"
87source "board/v38b/Kconfig"
88
89endmenu