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