]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/m68k/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[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_TASREG
23         bool "Support TASREG"
24
25 config TARGET_M5208EVBE
26         bool "Support M5208EVBE"
27
28 config TARGET_M5249EVB
29         bool "Support M5249EVB"
30
31 config TARGET_M5253DEMO
32         bool "Support M5253DEMO"
33
34 config TARGET_M5253EVBE
35         bool "Support M5253EVBE"
36
37 config TARGET_M5272C3
38         bool "Support M5272C3"
39
40 config TARGET_M5275EVB
41         bool "Support M5275EVB"
42
43 config TARGET_M5282EVB
44         bool "Support M5282EVB"
45
46 config TARGET_ASTRO_MCF5373L
47         bool "Support astro_mcf5373l"
48
49 config TARGET_M53017EVB
50         bool "Support M53017EVB"
51
52 config TARGET_M5329EVB
53         bool "Support M5329EVB"
54
55 config TARGET_M5373EVB
56         bool "Support M5373EVB"
57
58 config TARGET_M54418TWR
59         bool "Support M54418TWR"
60
61 config TARGET_M54451EVB
62         bool "Support M54451EVB"
63
64 config TARGET_M54455EVB
65         bool "Support M54455EVB"
66
67 config TARGET_M5475EVB
68         bool "Support M5475EVB"
69
70 config TARGET_M5485EVB
71         bool "Support M5485EVB"
72
73 endchoice
74
75 source "board/BuS/eb_cpu5282/Kconfig"
76 source "board/astro/mcf5373l/Kconfig"
77 source "board/cobra5272/Kconfig"
78 source "board/esd/tasreg/Kconfig"
79 source "board/freescale/m5208evbe/Kconfig"
80 source "board/freescale/m52277evb/Kconfig"
81 source "board/freescale/m5235evb/Kconfig"
82 source "board/freescale/m5249evb/Kconfig"
83 source "board/freescale/m5253demo/Kconfig"
84 source "board/freescale/m5253evbe/Kconfig"
85 source "board/freescale/m5272c3/Kconfig"
86 source "board/freescale/m5275evb/Kconfig"
87 source "board/freescale/m5282evb/Kconfig"
88 source "board/freescale/m53017evb/Kconfig"
89 source "board/freescale/m5329evb/Kconfig"
90 source "board/freescale/m5373evb/Kconfig"
91 source "board/freescale/m54418twr/Kconfig"
92 source "board/freescale/m54451evb/Kconfig"
93 source "board/freescale/m54455evb/Kconfig"
94 source "board/freescale/m547xevb/Kconfig"
95 source "board/freescale/m548xevb/Kconfig"
96
97 endmenu