xref: /linux/drivers/pinctrl/cirrus/Kconfig (revision 1e0731c05c985deb68a97fa44c1adcd3305dda90)
1# SPDX-License-Identifier: GPL-2.0-only
2config PINCTRL_CS42L43
3	tristate "Cirrus Logic CS42L43 Pinctrl Driver"
4	depends on MFD_CS42L43
5	select GPIOLIB
6	select PINMUX
7	select PINCONF
8	select GENERIC_PINCONF
9	help
10	  Select this to support the GPIO/Pinctrl functions of the Cirrus
11	  Logic CS42L43 PC CODEC.
12
13config PINCTRL_LOCHNAGAR
14	tristate "Cirrus Logic Lochnagar pinctrl driver"
15	depends on MFD_LOCHNAGAR
16	select GPIOLIB
17	select PINMUX
18	select PINCONF
19	select GENERIC_PINCONF
20	help
21	  This driver supports configuring the GPIO and other pin configuration
22	  of the Cirrus Logic Lochnagar audio development board.
23
24# This is all selected by the Madera MFD driver Kconfig options
25config PINCTRL_MADERA
26	tristate
27	select PINMUX
28	select GENERIC_PINCONF
29
30config PINCTRL_CS47L15
31	bool
32
33config PINCTRL_CS47L35
34	bool
35
36config PINCTRL_CS47L85
37	bool
38
39config PINCTRL_CS47L90
40	bool
41
42config PINCTRL_CS47L92
43	bool
44