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