Kconfig (407da561244b9d51e6a794d6305ba38ec2c9d907) | Kconfig (083b0230e040c5857f8c0a76119e5997e449a35c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PINCTRL infrastructure and drivers 4# 5 6menuconfig PINCTRL 7 bool "Pin controllers" 8 --- 158 unchanged lines hidden (view full) --- 167 different functions. This driver bundles a pinctrl driver to select the 168 function muxing and a GPIO driver to handle the GPIO when the GPIO 169 function is selected. 170 171 Say Y to enable pinctrl and GPIO support for the DA9062 PMIC. 172 173config PINCTRL_DIGICOLOR 174 bool | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PINCTRL infrastructure and drivers 4# 5 6menuconfig PINCTRL 7 bool "Pin controllers" 8 --- 158 unchanged lines hidden (view full) --- 167 different functions. This driver bundles a pinctrl driver to select the 168 function muxing and a GPIO driver to handle the GPIO when the GPIO 169 function is selected. 170 171 Say Y to enable pinctrl and GPIO support for the DA9062 PMIC. 172 173config PINCTRL_DIGICOLOR 174 bool |
175 depends on OF && (ARCH_DIGICOLOR || COMPILE_TEST) | 175 depends on ARCH_DIGICOLOR || COMPILE_TEST |
176 select PINMUX 177 select GENERIC_PINCONF 178 179config PINCTRL_EQUILIBRIUM 180 tristate "Generic pinctrl and GPIO driver for Intel Lightning Mountain SoC" 181 depends on OF && HAS_IOMEM 182 depends on X86 || COMPILE_TEST 183 select PINMUX --- 372 unchanged lines hidden --- | 176 select PINMUX 177 select GENERIC_PINCONF 178 179config PINCTRL_EQUILIBRIUM 180 tristate "Generic pinctrl and GPIO driver for Intel Lightning Mountain SoC" 181 depends on OF && HAS_IOMEM 182 depends on X86 || COMPILE_TEST 183 select PINMUX --- 372 unchanged lines hidden --- |