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