Kconfig (db02247827ef2adc1617839b4bdcc5e1cef3e1ed) | Kconfig (2c210c9a34a31076e03afee3eae7a748e56a75e9) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 858 unchanged lines hidden (view full) --- 867 104-DIO-24E). The base port addresses for the devices may be 868 configured via the base module parameter. The interrupt line numbers 869 for the devices may be configured via the irq module parameter. 870 871config GPIO_104_IDIO_16 872 tristate "ACCES 104-IDIO-16 GPIO support" 873 depends on PC104 874 select ISA_BUS_API | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 858 unchanged lines hidden (view full) --- 867 104-DIO-24E). The base port addresses for the devices may be 868 configured via the base module parameter. The interrupt line numbers 869 for the devices may be configured via the irq module parameter. 870 871config GPIO_104_IDIO_16 872 tristate "ACCES 104-IDIO-16 GPIO support" 873 depends on PC104 874 select ISA_BUS_API |
875 select GPIOLIB_IRQCHIP | 875 select REGMAP_MMIO |
876 select GPIO_IDIO_16 877 help 878 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, 879 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The 880 base port addresses for the devices may be configured via the base 881 module parameter. The interrupt line numbers for the devices may be 882 configured via the irq module parameter. 883 --- 933 unchanged lines hidden --- | 876 select GPIO_IDIO_16 877 help 878 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, 879 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The 880 base port addresses for the devices may be configured via the base 881 module parameter. The interrupt line numbers for the devices may be 882 configured via the irq module parameter. 883 --- 933 unchanged lines hidden --- |