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