xref: /openbmc/linux/arch/arm/mach-ep93xx/Kconfig (revision ba61bb17)
1if ARCH_EP93XX
2
3menu "Cirrus EP93xx Implementation Options"
4
5config EP93XX_SOC_COMMON
6	bool
7	default y
8	select SOC_BUS
9	select LEDS_GPIO_REGISTER
10
11config CRUNCH
12	bool "Support for MaverickCrunch"
13	help
14	  Enable kernel support for MaverickCrunch.
15
16comment "EP93xx Platforms"
17
18config 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
24config 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
31config MACH_EDB93XX
32	bool
33
34config 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
41config 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
48config 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
55config 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
62config 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
69config 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
76config 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
83config 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
90config 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
96config MACH_MICRO9
97	bool
98
99config 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
106config 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
113config 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
120config 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
127config 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
133config 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
139config 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
145config 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
151endmenu
152
153endif
154