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