blob: 0bd780ae2f800fde670a76351e69ef1a9628711c [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "M68000 architecture"
2 depends on M68K
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "m68k"
6
Masahiro Yamadad4a9b172015-03-27 17:01:06 +09007# processor family
8config MCF520x
9 bool
10
11config MCF52x2
12 bool
13
14# processor type
15config M5208
16 bool
17 select MCF520x
18
19config M5249
20 bool
21 select MCF52x2
22
23config M5253
24 bool
25 select MCF52x2
26
27config M5271
28 bool
29 select MCF52x2
30
31config M5272
32 bool
33 select MCF52x2
34
35config M5275
36 bool
37 select MCF52x2
38
39config M5282
40 bool
41 select MCF52x2
42
Masahiro Yamadadd840582014-07-30 14:08:14 +090043choice
44 prompt "Target select"
45
46config TARGET_M52277EVB
47 bool "Support M52277EVB"
48
49config TARGET_M5235EVB
50 bool "Support M5235EVB"
51
52config TARGET_COBRA5272
53 bool "Support cobra5272"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090054 select M5272
Masahiro Yamadadd840582014-07-30 14:08:14 +090055
56config TARGET_EB_CPU5282
57 bool "Support eb_cpu5282"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090058 select M5282
Masahiro Yamadadd840582014-07-30 14:08:14 +090059
Masahiro Yamadadd840582014-07-30 14:08:14 +090060config TARGET_M5208EVBE
61 bool "Support M5208EVBE"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090062 select M5208
Masahiro Yamadadd840582014-07-30 14:08:14 +090063
64config TARGET_M5249EVB
65 bool "Support M5249EVB"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090066 select M5249
Masahiro Yamadadd840582014-07-30 14:08:14 +090067
68config TARGET_M5253DEMO
69 bool "Support M5253DEMO"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090070 select M5253
Masahiro Yamadadd840582014-07-30 14:08:14 +090071
72config TARGET_M5253EVBE
73 bool "Support M5253EVBE"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090074 select M5253
Masahiro Yamadadd840582014-07-30 14:08:14 +090075
76config TARGET_M5272C3
77 bool "Support M5272C3"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090078 select M5272
Masahiro Yamadadd840582014-07-30 14:08:14 +090079
80config TARGET_M5275EVB
81 bool "Support M5275EVB"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090082 select M5275
Masahiro Yamadadd840582014-07-30 14:08:14 +090083
84config TARGET_M5282EVB
85 bool "Support M5282EVB"
Masahiro Yamadad4a9b172015-03-27 17:01:06 +090086 select M5282
Masahiro Yamadadd840582014-07-30 14:08:14 +090087
88config TARGET_ASTRO_MCF5373L
89 bool "Support astro_mcf5373l"
90
91config TARGET_M53017EVB
92 bool "Support M53017EVB"
93
94config TARGET_M5329EVB
95 bool "Support M5329EVB"
96
97config TARGET_M5373EVB
98 bool "Support M5373EVB"
99
100config TARGET_M54418TWR
101 bool "Support M54418TWR"
102
103config TARGET_M54451EVB
104 bool "Support M54451EVB"
105
106config TARGET_M54455EVB
107 bool "Support M54455EVB"
108
109config TARGET_M5475EVB
110 bool "Support M5475EVB"
111
112config TARGET_M5485EVB
113 bool "Support M5485EVB"
114
angelo@sysam.it06fd66a2015-02-12 01:39:40 +0100115config TARGET_AMCORE
116 bool "Support AMCORE"
117
Masahiro Yamadadd840582014-07-30 14:08:14 +0900118endchoice
119
120source "board/BuS/eb_cpu5282/Kconfig"
121source "board/astro/mcf5373l/Kconfig"
122source "board/cobra5272/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900123source "board/freescale/m5208evbe/Kconfig"
124source "board/freescale/m52277evb/Kconfig"
125source "board/freescale/m5235evb/Kconfig"
126source "board/freescale/m5249evb/Kconfig"
127source "board/freescale/m5253demo/Kconfig"
128source "board/freescale/m5253evbe/Kconfig"
129source "board/freescale/m5272c3/Kconfig"
130source "board/freescale/m5275evb/Kconfig"
131source "board/freescale/m5282evb/Kconfig"
132source "board/freescale/m53017evb/Kconfig"
133source "board/freescale/m5329evb/Kconfig"
134source "board/freescale/m5373evb/Kconfig"
135source "board/freescale/m54418twr/Kconfig"
136source "board/freescale/m54451evb/Kconfig"
137source "board/freescale/m54455evb/Kconfig"
138source "board/freescale/m547xevb/Kconfig"
139source "board/freescale/m548xevb/Kconfig"
angelo@sysam.it06fd66a2015-02-12 01:39:40 +0100140source "board/sysam/amcore/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +0900141
142endmenu