blob: e2e9cb77b0a7bf47cdd665e916de86266365ba1e [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"
9
10config TARGET_A3M071
11 bool "Support a3m071"
Masahiro Yamada02627352014-10-20 17:45:56 +090012 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090013
14config TARGET_A4M072
15 bool "Support a4m072"
16
17config TARGET_BC3450
18 bool "Support BC3450"
19
20config TARGET_CANMB
21 bool "Support canmb"
22
23config TARGET_CM5200
24 bool "Support cm5200"
25
26config TARGET_GALAXY5200
27 bool "Support galaxy5200"
28
29config TARGET_ICECUBE
30 bool "Support IceCube"
31
32config TARGET_INKA4X0
33 bool "Support inka4x0"
34
35config TARGET_IPEK01
36 bool "Support ipek01"
37
38config TARGET_JUPITER
39 bool "Support jupiter"
40
Masahiro Yamadadd840582014-07-30 14:08:14 +090041config TARGET_MOTIONPRO
42 bool "Support motionpro"
43
44config TARGET_MUNICES
45 bool "Support munices"
46
47config TARGET_PM520
48 bool "Support PM520"
49
50config TARGET_TOTAL5200
51 bool "Support Total5200"
52
53config TARGET_V38B
54 bool "Support v38b"
55
Masahiro Yamadadd840582014-07-30 14:08:14 +090056config TARGET_CPCI5200
57 bool "Support cpci5200"
58
59config TARGET_MECP5200
60 bool "Support mecp5200"
61
62config TARGET_PF5200
63 bool "Support pf5200"
64
65config TARGET_O2D
66 bool "Support O2D"
67
68config TARGET_O2D300
69 bool "Support O2D300"
70
71config TARGET_O2DNT2
72 bool "Support O2DNT2"
73
74config TARGET_O2I
75 bool "Support O2I"
76
77config TARGET_O2MNT
78 bool "Support O2MNT"
79
80config TARGET_O3DNT
81 bool "Support O3DNT"
82
83config TARGET_DIGSY_MTC
84 bool "Support digsy_mtc"
85
Masahiro Yamadadd840582014-07-30 14:08:14 +090086config TARGET_PCM030
87 bool "Support pcm030"
88
89config TARGET_AEV
90 bool "Support aev"
91
92config TARGET_CHARON
93 bool "Support charon"
94
95config TARGET_TB5200
96 bool "Support TB5200"
97
98config TARGET_TQM5200
99 bool "Support TQM5200"
100
101endchoice
102
103source "board/a3m071/Kconfig"
104source "board/a4m072/Kconfig"
105source "board/bc3450/Kconfig"
106source "board/canmb/Kconfig"
107source "board/cm5200/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900108source "board/esd/cpci5200/Kconfig"
109source "board/esd/mecp5200/Kconfig"
110source "board/esd/pf5200/Kconfig"
111source "board/galaxy5200/Kconfig"
112source "board/icecube/Kconfig"
113source "board/ifm/o2dnt2/Kconfig"
114source "board/inka4x0/Kconfig"
115source "board/intercontrol/digsy_mtc/Kconfig"
116source "board/ipek01/Kconfig"
117source "board/jupiter/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900118source "board/motionpro/Kconfig"
119source "board/munices/Kconfig"
120source "board/phytec/pcm030/Kconfig"
121source "board/pm520/Kconfig"
122source "board/total5200/Kconfig"
123source "board/tqc/tqm5200/Kconfig"
124source "board/v38b/Kconfig"
125
126endmenu