]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/arm/mach-ep93xx/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / arch / arm / mach-ep93xx / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
e7736d47
LB
2if ARCH_EP93XX
3
4menu "Cirrus EP93xx Implementation Options"
5
a1eacd79
HS
6config EP93XX_SOC_COMMON
7 bool
8 default y
b19e11fb 9 select SOC_BUS
a1eacd79
HS
10 select LEDS_GPIO_REGISTER
11
c17fad11
LB
12config CRUNCH
13 bool "Support for MaverickCrunch"
14 help
15 Enable kernel support for MaverickCrunch.
16
e7736d47
LB
17comment "EP93xx Platforms"
18
5283304b
LB
19config MACH_ADSSPHERE
20 bool "Support ADS Sphere"
21 help
22 Say 'Y' here if you want your kernel to support the ADS
23 Sphere board.
24
c8cee359
LM
25config MACH_BK3
26 bool "Support Liebherr BK3.1"
27 select MACH_TS72XX
28 help
29 Say 'Y' here if you want your kernel to support the
30 Liebherr controller BK3.1.
31
a2bd40d2
HS
32config MACH_EDB93XX
33 bool
a2bd40d2
HS
34
35config MACH_EDB9301
36 bool "Support Cirrus Logic EDB9301"
37 select MACH_EDB93XX
38 help
39 Say 'Y' here if you want your kernel to support the Cirrus
40 Logic EDB9301 Evaluation Board.
41
1100c257
LB
42config MACH_EDB9302
43 bool "Support Cirrus Logic EDB9302"
a2bd40d2 44 select MACH_EDB93XX
1100c257
LB
45 help
46 Say 'Y' here if you want your kernel to support the Cirrus
47 Logic EDB9302 Evaluation Board.
48
47d7e524
LB
49config MACH_EDB9302A
50 bool "Support Cirrus Logic EDB9302A"
a2bd40d2 51 select MACH_EDB93XX
47d7e524
LB
52 help
53 Say 'Y' here if you want your kernel to support the Cirrus
54 Logic EDB9302A Evaluation Board.
55
353ba84a
HVR
56config MACH_EDB9307
57 bool "Support Cirrus Logic EDB9307"
a2bd40d2 58 select MACH_EDB93XX
353ba84a
HVR
59 help
60 Say 'Y' here if you want your kernel to support the Cirrus
61 Logic EDB9307 Evaluation Board.
62
4c5744ed
HS
63config MACH_EDB9307A
64 bool "Support Cirrus Logic EDB9307A"
a2bd40d2 65 select MACH_EDB93XX
4c5744ed
HS
66 help
67 Say 'Y' here if you want your kernel to support the Cirrus
68 Logic EDB9307A Evaluation Board.
69
bf11d26c
LB
70config MACH_EDB9312
71 bool "Support Cirrus Logic EDB9312"
a2bd40d2 72 select MACH_EDB93XX
bf11d26c
LB
73 help
74 Say 'Y' here if you want your kernel to support the Cirrus
75 Logic EDB9312 Evaluation Board.
76
87c01737
LB
77config MACH_EDB9315
78 bool "Support Cirrus Logic EDB9315"
a2bd40d2 79 select MACH_EDB93XX
87c01737
LB
80 help
81 Say 'Y' here if you want your kernel to support the Cirrus
82 Logic EDB9315 Evaluation Board.
83
9b841755
LB
84config MACH_EDB9315A
85 bool "Support Cirrus Logic EDB9315A"
a2bd40d2 86 select MACH_EDB93XX
9b841755
LB
87 help
88 Say 'Y' here if you want your kernel to support the Cirrus
89 Logic EDB9315A Evaluation Board.
90
e7736d47
LB
91config MACH_GESBC9312
92 bool "Support Glomation GESBC-9312-sx"
93 help
94 Say 'Y' here if you want your kernel to support the Glomation
95 GESBC-9312-sx board.
96
d941caa2 97config MACH_MICRO9
a2bd40d2 98 bool
d941caa2
MG
99
100config MACH_MICRO9H
14636005 101 bool "Support Contec Micro9-High"
a2bd40d2
HS
102 select MACH_MICRO9
103 help
104 Say 'Y' here if you want your kernel to support the
14636005 105 Contec Micro9-High board.
d941caa2
MG
106
107config MACH_MICRO9M
14636005 108 bool "Support Contec Micro9-Mid"
a2bd40d2
HS
109 select MACH_MICRO9
110 help
111 Say 'Y' here if you want your kernel to support the
14636005 112 Contec Micro9-Mid board.
d941caa2
MG
113
114config MACH_MICRO9L
14636005 115 bool "Support Contec Micro9-Lite"
a2bd40d2
HS
116 select MACH_MICRO9
117 help
118 Say 'Y' here if you want your kernel to support the
14636005 119 Contec Micro9-Lite board.
d941caa2 120
7232344d
HF
121config MACH_MICRO9S
122 bool "Support Contec Micro9-Slim"
7232344d
HF
123 select MACH_MICRO9
124 help
125 Say 'Y' here if you want your kernel to support the
126 Contec Micro9-Slim board.
127
a3662f6b
RM
128config MACH_SIM_ONE
129 bool "Support Simplemachines Sim.One board"
a3662f6b
RM
130 help
131 Say 'Y' here if you want your kernel to support the
132 Simplemachines Sim.One board.
133
dd2ac961
RM
134config MACH_SNAPPER_CL15
135 bool "Support Bluewater Systems Snapper CL15 Module"
dd2ac961
RM
136 help
137 Say 'Y' here if you want your kernel to support the Bluewater
138 Systems Snapper CL15 Module.
139
e7736d47
LB
140config MACH_TS72XX
141 bool "Support Technologic Systems TS-72xx SBC"
142 help
143 Say 'Y' here if you want your kernel to support the
144 Technologic Systems TS-72xx board.
145
1cb17e2d
HS
146config MACH_VISION_EP9307
147 bool "Support Vision Engraving Systems EP9307 SoM"
1cb17e2d
HS
148 help
149 Say 'Y' here if you want your kernel to support the
150 Vision Engraving Systems EP9307 SoM.
151
e7736d47
LB
152endmenu
153
154endif