Kconfig (73d8f3efc5c2b757ab06685741df01eaed8090c4) | Kconfig (1a200a3966176b89aa038713a00367c9f57f1dff) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 1651 unchanged lines hidden (view full) --- 1660 help 1661 Enables GPIO support for the ACCES PCI-IDIO-16. An interrupt is 1662 generated when any of the inputs change state (low to high or high to 1663 low). Input filter control is not supported by this driver, and the 1664 input filters are deactivated by this driver. 1665 1666config GPIO_PCIE_IDIO_24 1667 tristate "ACCES PCIe-IDIO-24 GPIO support" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 1651 unchanged lines hidden (view full) --- 1660 help 1661 Enables GPIO support for the ACCES PCI-IDIO-16. An interrupt is 1662 generated when any of the inputs change state (low to high or high to 1663 low). Input filter control is not supported by this driver, and the 1664 input filters are deactivated by this driver. 1665 1666config GPIO_PCIE_IDIO_24 1667 tristate "ACCES PCIe-IDIO-24 GPIO support" |
1668 select REGMAP_IRQ 1669 select REGMAP_MMIO |
|
1668 select GPIOLIB_IRQCHIP | 1670 select GPIOLIB_IRQCHIP |
1671 select GPIO_REGMAP |
|
1669 help 1670 Enables GPIO support for the ACCES PCIe-IDIO-24 family (PCIe-IDIO-24, 1671 PCIe-IDI-24, PCIe-IDO-24, PCIe-IDIO-12). An interrupt is generated 1672 when any of the inputs change state (low to high or high to low). 1673 Input filter control is not supported by this driver, and the input 1674 filters are deactivated by this driver. 1675 1676config GPIO_RDC321X --- 140 unchanged lines hidden --- | 1672 help 1673 Enables GPIO support for the ACCES PCIe-IDIO-24 family (PCIe-IDIO-24, 1674 PCIe-IDI-24, PCIe-IDO-24, PCIe-IDIO-12). An interrupt is generated 1675 when any of the inputs change state (low to high or high to low). 1676 Input filter control is not supported by this driver, and the input 1677 filters are deactivated by this driver. 1678 1679config GPIO_RDC321X --- 140 unchanged lines hidden --- |