xref: /openbmc/linux/drivers/pinctrl/cirrus/Kconfig (revision 09c434b8)
1config PINCTRL_LOCHNAGAR
2	tristate "Cirrus Logic Lochnagar pinctrl driver"
3	depends on MFD_LOCHNAGAR
4	select PINMUX
5	select PINCONF
6	select GENERIC_PINCONF
7	help
8	  This driver supports configuring the GPIO and other pin configuration
9	  of the Cirrus Logic Lochnagar audio development board.
10
11# This is all selected by the Madera MFD driver Kconfig options
12config PINCTRL_MADERA
13	tristate
14	select PINMUX
15	select GENERIC_PINCONF
16
17config PINCTRL_CS47L35
18	bool
19
20config PINCTRL_CS47L85
21	bool
22
23config PINCTRL_CS47L90
24	bool
25