Kconfig (8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640) | Kconfig (a12946bef0407cf2db0899c83d42c47c00af3fbc) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PINCTRL infrastructure and drivers 4# 5 6menuconfig PINCTRL 7 bool "Pin controllers" 8 --- 525 unchanged lines hidden (view full) --- 534 select PINMUX 535 select PINCONF 536 select GPIOLIB_IRQCHIP 537 538config PINCTRL_STMFX 539 tristate "STMicroelectronics STMFX GPIO expander pinctrl driver" 540 depends on I2C 541 depends on OF_GPIO | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PINCTRL infrastructure and drivers 4# 5 6menuconfig PINCTRL 7 bool "Pin controllers" 8 --- 525 unchanged lines hidden (view full) --- 534 select PINMUX 535 select PINCONF 536 select GPIOLIB_IRQCHIP 537 538config PINCTRL_STMFX 539 tristate "STMicroelectronics STMFX GPIO expander pinctrl driver" 540 depends on I2C 541 depends on OF_GPIO |
542 depends on HAS_IOMEM |
|
542 select GENERIC_PINCONF 543 select GPIOLIB_IRQCHIP 544 select MFD_STMFX 545 help 546 Driver for STMicroelectronics Multi-Function eXpander (STMFX) 547 GPIO expander. 548 This provides a GPIO interface supporting inputs and outputs, 549 and configuring push-pull, open-drain, and can also be used as --- 134 unchanged lines hidden --- | 543 select GENERIC_PINCONF 544 select GPIOLIB_IRQCHIP 545 select MFD_STMFX 546 help 547 Driver for STMicroelectronics Multi-Function eXpander (STMFX) 548 GPIO expander. 549 This provides a GPIO interface supporting inputs and outputs, 550 and configuring push-pull, open-drain, and can also be used as --- 134 unchanged lines hidden --- |