1 # SPDX-License-Identifier: GPL-2.0-only
2 config PINCTRL_LOCHNAGAR
3 	tristate "Cirrus Logic Lochnagar pinctrl driver"
4 	depends on MFD_LOCHNAGAR
5 	select GPIOLIB
6 	select PINMUX
7 	select PINCONF
8 	select GENERIC_PINCONF
9 	help
10 	  This driver supports configuring the GPIO and other pin configuration
11 	  of the Cirrus Logic Lochnagar audio development board.
12 
13 # This is all selected by the Madera MFD driver Kconfig options
14 config PINCTRL_MADERA
15 	tristate
16 	select PINMUX
17 	select GENERIC_PINCONF
18 
19 config PINCTRL_CS47L15
20 	bool
21 
22 config PINCTRL_CS47L35
23 	bool
24 
25 config PINCTRL_CS47L85
26 	bool
27 
28 config PINCTRL_CS47L90
29 	bool
30 
31 config PINCTRL_CS47L92
32 	bool
33