Merge tag 'devicetree-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...
[linux-2.6-microblaze.git] / arch / arm / mach-ep93xx / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if ARCH_EP93XX
3
4 menu "Cirrus EP93xx Implementation Options"
5
6 config EP93XX_SOC_COMMON
7         bool
8         default y
9         select SOC_BUS
10         select LEDS_GPIO_REGISTER
11
12 config CRUNCH
13         bool "Support for MaverickCrunch"
14         help
15           Enable kernel support for MaverickCrunch.
16
17 comment "EP93xx Platforms"
18
19 config 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
25 config 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
32 config MACH_EDB93XX
33         bool
34
35 config 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
42 config MACH_EDB9302
43         bool "Support Cirrus Logic EDB9302"
44         select MACH_EDB93XX
45         help
46           Say 'Y' here if you want your kernel to support the Cirrus
47           Logic EDB9302 Evaluation Board.
48
49 config MACH_EDB9302A
50         bool "Support Cirrus Logic EDB9302A"
51         select MACH_EDB93XX
52         help
53           Say 'Y' here if you want your kernel to support the Cirrus
54           Logic EDB9302A Evaluation Board.
55
56 config MACH_EDB9307
57         bool "Support Cirrus Logic EDB9307"
58         select MACH_EDB93XX
59         help
60           Say 'Y' here if you want your kernel to support the Cirrus
61           Logic EDB9307 Evaluation Board.
62
63 config MACH_EDB9307A
64         bool "Support Cirrus Logic EDB9307A"
65         select MACH_EDB93XX
66         help
67           Say 'Y' here if you want your kernel to support the Cirrus
68           Logic EDB9307A Evaluation Board.
69
70 config MACH_EDB9312
71         bool "Support Cirrus Logic EDB9312"
72         select MACH_EDB93XX
73         help
74           Say 'Y' here if you want your kernel to support the Cirrus
75           Logic EDB9312 Evaluation Board.
76
77 config MACH_EDB9315
78         bool "Support Cirrus Logic EDB9315"
79         select MACH_EDB93XX
80         help
81           Say 'Y' here if you want your kernel to support the Cirrus
82           Logic EDB9315 Evaluation Board.
83
84 config MACH_EDB9315A
85         bool "Support Cirrus Logic EDB9315A"
86         select MACH_EDB93XX
87         help
88           Say 'Y' here if you want your kernel to support the Cirrus
89           Logic EDB9315A Evaluation Board.
90
91 config 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
97 config MACH_MICRO9
98         bool
99
100 config MACH_MICRO9H
101         bool "Support Contec Micro9-High"
102         select MACH_MICRO9
103         help
104           Say 'Y' here if you want your kernel to support the
105           Contec Micro9-High board.
106
107 config MACH_MICRO9M
108         bool "Support Contec Micro9-Mid"
109         select MACH_MICRO9
110         help
111           Say 'Y' here if you want your kernel to support the
112           Contec Micro9-Mid board.
113
114 config MACH_MICRO9L
115         bool "Support Contec Micro9-Lite"
116         select MACH_MICRO9
117         help
118           Say 'Y' here if you want your kernel to support the
119           Contec Micro9-Lite board.
120
121 config MACH_MICRO9S
122         bool "Support Contec Micro9-Slim"
123         select MACH_MICRO9
124         help
125           Say 'Y' here if you want your kernel to support the
126           Contec Micro9-Slim board.
127
128 config MACH_SIM_ONE
129         bool "Support Simplemachines Sim.One board"
130         help
131           Say 'Y' here if you want your kernel to support the
132           Simplemachines Sim.One board.
133
134 config MACH_SNAPPER_CL15
135         bool "Support Bluewater Systems Snapper CL15 Module"
136         help
137           Say 'Y' here if you want your kernel to support the Bluewater
138           Systems Snapper CL15 Module.
139
140 config 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
146 config MACH_VISION_EP9307
147         bool "Support Vision Engraving Systems EP9307 SoM"
148         help
149           Say 'Y' here if you want your kernel to support the
150           Vision Engraving Systems EP9307 SoM.
151
152 endmenu
153
154 endif