blob: eec9d7deac8952228e87752a437addb08a9b885d [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"
9
10config TARGET_A3M071
11 bool "Support a3m071"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090012 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090013
14config TARGET_A4M072
15 bool "Support a4m072"
16
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090017config TARGET_CANMB
18 bool "Support canmb"
19
20config TARGET_CM5200
21 bool "Support cm5200"
22
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090023config TARGET_INKA4X0
24 bool "Support inka4x0"
25
26config TARGET_IPEK01
27 bool "Support ipek01"
28
29config TARGET_JUPITER
30 bool "Support jupiter"
31
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090032config TARGET_MOTIONPRO
33 bool "Support motionpro"
34
35config TARGET_MUNICES
36 bool "Support munices"
37
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090038config TARGET_V38B
39 bool "Support v38b"
40
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090041config TARGET_O2D
42 bool "Support O2D"
43
44config TARGET_O2D300
45 bool "Support O2D300"
46
47config TARGET_O2DNT2
48 bool "Support O2DNT2"
49
50config TARGET_O2I
51 bool "Support O2I"
52
53config TARGET_O2MNT
54 bool "Support O2MNT"
55
56config TARGET_O3DNT
57 bool "Support O3DNT"
58
59config TARGET_DIGSY_MTC
60 bool "Support digsy_mtc"
61
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090062config TARGET_PCM030
63 bool "Support pcm030"
64
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090065config TARGET_CHARON
66 bool "Support charon"
67
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090068config TARGET_TQM5200
69 bool "Support TQM5200"
70
71endchoice
72
73source "board/a3m071/Kconfig"
74source "board/a4m072/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090075source "board/canmb/Kconfig"
76source "board/cm5200/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090077source "board/ifm/o2dnt2/Kconfig"
78source "board/inka4x0/Kconfig"
79source "board/intercontrol/digsy_mtc/Kconfig"
80source "board/ipek01/Kconfig"
81source "board/jupiter/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090082source "board/motionpro/Kconfig"
83source "board/munices/Kconfig"
84source "board/phytec/pcm030/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090085source "board/tqc/tqm5200/Kconfig"
86source "board/v38b/Kconfig"
87
88endmenu