Kconfig (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | Kconfig (1948d5c51dba4e4e2652a5687991a6460d78b5d0) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PINCTRL infrastructure and drivers 4# 5 6menuconfig PINCTRL 7 bool "Pin controllers" 8 --- 406 unchanged lines hidden (view full) --- 415 depends on SOC_TYPE_XWAY 416 depends on PINCTRL_LANTIQ 417 418config PINCTRL_TB10X 419 bool 420 depends on OF && ARC_PLAT_TB10X 421 select GPIOLIB 422 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PINCTRL infrastructure and drivers 4# 5 6menuconfig PINCTRL 7 bool "Pin controllers" 8 --- 406 unchanged lines hidden (view full) --- 415 depends on SOC_TYPE_XWAY 416 depends on PINCTRL_LANTIQ 417 418config PINCTRL_TB10X 419 bool 420 depends on OF && ARC_PLAT_TB10X 421 select GPIOLIB 422 |
423config PINCTRL_EQUILIBRIUM 424 tristate "Generic pinctrl and GPIO driver for Intel Lightning Mountain SoC" 425 select PINMUX 426 select PINCONF 427 select GPIOLIB 428 select GPIO_GENERIC 429 select GPIOLIB_IRQCHIP 430 select GENERIC_PINCONF 431 select GENERIC_PINCTRL_GROUPS 432 select GENERIC_PINMUX_FUNCTIONS 433 434 help 435 Equilibrium pinctrl driver is a pinctrl & GPIO driver for Intel Lightning 436 Mountain network processor SoC that supports both the linux GPIO and pin 437 control frameworks. It provides interfaces to setup pinmux, assign desired 438 pin functions, configure GPIO attributes for LGM SoC pins. Pinmux and 439 pinconf settings are retrieved from device tree. 440 |
|
423endif | 441endif |