xref: /openbmc/u-boot/arch/m68k/Kconfig (revision 1603bf3c)
1menu "M68000 architecture"
2	depends on M68K
3
4config SYS_ARCH
5	default "m68k"
6
7choice
8	prompt "Target select"
9
10config TARGET_M52277EVB
11	bool "Support M52277EVB"
12
13config TARGET_M5235EVB
14	bool "Support M5235EVB"
15
16config TARGET_COBRA5272
17	bool "Support cobra5272"
18
19config TARGET_EB_CPU5282
20	bool "Support eb_cpu5282"
21
22config TARGET_M5208EVBE
23	bool "Support M5208EVBE"
24
25config TARGET_M5249EVB
26	bool "Support M5249EVB"
27
28config TARGET_M5253DEMO
29	bool "Support M5253DEMO"
30
31config TARGET_M5253EVBE
32	bool "Support M5253EVBE"
33
34config TARGET_M5272C3
35	bool "Support M5272C3"
36
37config TARGET_M5275EVB
38	bool "Support M5275EVB"
39
40config TARGET_M5282EVB
41	bool "Support M5282EVB"
42
43config TARGET_ASTRO_MCF5373L
44	bool "Support astro_mcf5373l"
45
46config TARGET_M53017EVB
47	bool "Support M53017EVB"
48
49config TARGET_M5329EVB
50	bool "Support M5329EVB"
51
52config TARGET_M5373EVB
53	bool "Support M5373EVB"
54
55config TARGET_M54418TWR
56	bool "Support M54418TWR"
57
58config TARGET_M54451EVB
59	bool "Support M54451EVB"
60
61config TARGET_M54455EVB
62	bool "Support M54455EVB"
63
64config TARGET_M5475EVB
65	bool "Support M5475EVB"
66
67config TARGET_M5485EVB
68	bool "Support M5485EVB"
69
70endchoice
71
72source "board/BuS/eb_cpu5282/Kconfig"
73source "board/astro/mcf5373l/Kconfig"
74source "board/cobra5272/Kconfig"
75source "board/freescale/m5208evbe/Kconfig"
76source "board/freescale/m52277evb/Kconfig"
77source "board/freescale/m5235evb/Kconfig"
78source "board/freescale/m5249evb/Kconfig"
79source "board/freescale/m5253demo/Kconfig"
80source "board/freescale/m5253evbe/Kconfig"
81source "board/freescale/m5272c3/Kconfig"
82source "board/freescale/m5275evb/Kconfig"
83source "board/freescale/m5282evb/Kconfig"
84source "board/freescale/m53017evb/Kconfig"
85source "board/freescale/m5329evb/Kconfig"
86source "board/freescale/m5373evb/Kconfig"
87source "board/freescale/m54418twr/Kconfig"
88source "board/freescale/m54451evb/Kconfig"
89source "board/freescale/m54455evb/Kconfig"
90source "board/freescale/m547xevb/Kconfig"
91source "board/freescale/m548xevb/Kconfig"
92
93endmenu
94