Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
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 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
14config PINCTRL_MADERA
15 tristate
16 select PINMUX
17 select GENERIC_PINCONF
18
19config PINCTRL_CS47L15
20 bool
21
22config PINCTRL_CS47L35
23 bool
24
25config PINCTRL_CS47L85
26 bool
27
28config PINCTRL_CS47L90
29 bool
30
31config PINCTRL_CS47L92
32 bool