blob: 8a477e7e0c3825fbfd9c49be613a90699a138133 [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"
12
13config TARGET_A4M072
14 bool "Support a4m072"
15
16config TARGET_BC3450
17 bool "Support BC3450"
18
19config TARGET_CANMB
20 bool "Support canmb"
21
22config TARGET_CM5200
23 bool "Support cm5200"
24
25config TARGET_GALAXY5200
26 bool "Support galaxy5200"
27
28config TARGET_ICECUBE
29 bool "Support IceCube"
30
31config TARGET_INKA4X0
32 bool "Support inka4x0"
33
34config TARGET_IPEK01
35 bool "Support ipek01"
36
37config TARGET_JUPITER
38 bool "Support jupiter"
39
40config TARGET_MCC200
41 bool "Support mcc200"
42
43config TARGET_MOTIONPRO
44 bool "Support motionpro"
45
46config TARGET_MUNICES
47 bool "Support munices"
48
49config TARGET_PM520
50 bool "Support PM520"
51
52config TARGET_TOTAL5200
53 bool "Support Total5200"
54
55config TARGET_V38B
56 bool "Support v38b"
57
58config TARGET_TOP5200
59 bool "Support TOP5200"
60
61config TARGET_CPCI5200
62 bool "Support cpci5200"
63
64config TARGET_MECP5200
65 bool "Support mecp5200"
66
67config TARGET_PF5200
68 bool "Support pf5200"
69
70config TARGET_O2D
71 bool "Support O2D"
72
73config TARGET_O2D300
74 bool "Support O2D300"
75
76config TARGET_O2DNT2
77 bool "Support O2DNT2"
78
79config TARGET_O2I
80 bool "Support O2I"
81
82config TARGET_O2MNT
83 bool "Support O2MNT"
84
85config TARGET_O3DNT
86 bool "Support O3DNT"
87
88config TARGET_DIGSY_MTC
89 bool "Support digsy_mtc"
90
91config TARGET_HMI1001
92 bool "Support hmi1001"
93
94config TARGET_MUCMC52
95 bool "Support mucmc52"
96
97config TARGET_UC101
98 bool "Support uc101"
99
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900100config TARGET_PCM030
101 bool "Support pcm030"
102
103config TARGET_AEV
104 bool "Support aev"
105
106config TARGET_CHARON
107 bool "Support charon"
108
109config TARGET_TB5200
110 bool "Support TB5200"
111
112config TARGET_TQM5200
113 bool "Support TQM5200"
114
115endchoice
116
117source "board/a3m071/Kconfig"
118source "board/a4m072/Kconfig"
119source "board/bc3450/Kconfig"
120source "board/canmb/Kconfig"
121source "board/cm5200/Kconfig"
122source "board/emk/top5200/Kconfig"
123source "board/esd/cpci5200/Kconfig"
124source "board/esd/mecp5200/Kconfig"
125source "board/esd/pf5200/Kconfig"
126source "board/galaxy5200/Kconfig"
127source "board/icecube/Kconfig"
128source "board/ifm/o2dnt2/Kconfig"
129source "board/inka4x0/Kconfig"
130source "board/intercontrol/digsy_mtc/Kconfig"
131source "board/ipek01/Kconfig"
132source "board/jupiter/Kconfig"
133source "board/manroland/hmi1001/Kconfig"
134source "board/manroland/mucmc52/Kconfig"
135source "board/manroland/uc101/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900136source "board/mcc200/Kconfig"
137source "board/motionpro/Kconfig"
138source "board/munices/Kconfig"
139source "board/phytec/pcm030/Kconfig"
140source "board/pm520/Kconfig"
141source "board/total5200/Kconfig"
142source "board/tqc/tqm5200/Kconfig"
143source "board/v38b/Kconfig"
144
145endmenu