brintos

brintos / linux-shallow public Read only

0
0
Text · 983 B · e7e827a Raw
45 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config PINCTRL_CS42L433	tristate "Cirrus Logic CS42L43 Pinctrl Driver"4	depends on MFD_CS42L435	select GPIOLIB6	select PINMUX7	select PINCONF8	select GENERIC_PINCONF9	help10	  Select this to support the GPIO/Pinctrl functions of the Cirrus11	  Logic CS42L43 PC CODEC.12 13config PINCTRL_LOCHNAGAR14	tristate "Cirrus Logic Lochnagar pinctrl driver"15	# Avoid clash caused by MIPS defining RST, which is used in the driver16	depends on MFD_LOCHNAGAR && !MIPS17	select GPIOLIB18	select PINMUX19	select PINCONF20	select GENERIC_PINCONF21	help22	  This driver supports configuring the GPIO and other pin configuration23	  of the Cirrus Logic Lochnagar audio development board.24 25# This is all selected by the Madera MFD driver Kconfig options26config PINCTRL_MADERA27	tristate28	select PINMUX29	select GENERIC_PINCONF30 31config PINCTRL_CS47L1532	bool33 34config PINCTRL_CS47L3535	bool36 37config PINCTRL_CS47L8538	bool39 40config PINCTRL_CS47L9041	bool42 43config PINCTRL_CS47L9244	bool45