Kconfig (22e4ebd05890cf2d9423ed7a35f18b0937c0cb3b) Kconfig (e33a58a29c6ad6f844cdc184210aa1feb5e2fbe0)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

--- 938 unchanged lines hidden (view full) ---

947 tca6416
948
949 24 bits: tca6424
950
951 40 bits: pca9505, pca9698
952
953config GPIO_PCA953X_IRQ
954 bool "Interrupt controller support for PCA953x"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6config ARCH_HAVE_CUSTOM_GPIO_H
7 bool
8 help

--- 938 unchanged lines hidden (view full) ---

947 tca6416
948
949 24 bits: tca6424
950
951 40 bits: pca9505, pca9698
952
953config GPIO_PCA953X_IRQ
954 bool "Interrupt controller support for PCA953x"
955 depends on GPIO_PCA953X=y
955 depends on GPIO_PCA953X
956 select GPIOLIB_IRQCHIP
957 help
958 Say yes here to enable the pca953x to be used as an interrupt
959 controller. It requires the driver to be built in the kernel.
960
961config GPIO_PCF857X
962 tristate "PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders"
963 select GPIOLIB_IRQCHIP

--- 592 unchanged lines hidden ---
956 select GPIOLIB_IRQCHIP
957 help
958 Say yes here to enable the pca953x to be used as an interrupt
959 controller. It requires the driver to be built in the kernel.
960
961config GPIO_PCF857X
962 tristate "PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders"
963 select GPIOLIB_IRQCHIP

--- 592 unchanged lines hidden ---