blob: 6ba0dd492de14405de2490144b4128980ab85ab4 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "mpc5xxx CPU"
2 depends on MPC5xxx
3
4config SYS_CPU
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "mpc5xxx"
6
7choice
8 prompt "Target select"
Joe Hershbergerf0699602015-05-12 14:46:23 -05009 optional
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010
11config TARGET_A3M071
12 bool "Support a3m071"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090013 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090014
15config TARGET_A4M072
16 bool "Support a4m072"
17
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090018config TARGET_CANMB
19 bool "Support canmb"
20
21config TARGET_CM5200
22 bool "Support cm5200"
23
Masahiro Yamadad3ae6782014-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 Yamadad3ae6782014-07-30 14:08:14 +090033config TARGET_MOTIONPRO
34 bool "Support motionpro"
35
36config TARGET_MUNICES
37 bool "Support munices"
38
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090039config TARGET_V38B
40 bool "Support v38b"
41
Masahiro Yamadad3ae6782014-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"
Simon Glass4c3a6202017-05-17 03:25:39 -060062 imply CMD_IRQ
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090063
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090064config TARGET_PCM030
65 bool "Support pcm030"
66
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090067config TARGET_CHARON
68 bool "Support charon"
69
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090070config TARGET_TQM5200
71 bool "Support TQM5200"
72
73endchoice
74
75source "board/a3m071/Kconfig"
76source "board/a4m072/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090077source "board/canmb/Kconfig"
78source "board/cm5200/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090079source "board/ifm/o2dnt2/Kconfig"
80source "board/inka4x0/Kconfig"
81source "board/intercontrol/digsy_mtc/Kconfig"
82source "board/ipek01/Kconfig"
83source "board/jupiter/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090084source "board/motionpro/Kconfig"
85source "board/munices/Kconfig"
86source "board/phytec/pcm030/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090087source "board/tqc/tqm5200/Kconfig"
88source "board/v38b/Kconfig"
89
90endmenu