Kconfig (b9b1fc1ae1191243d3956888c65a280a9b2c847f) | Kconfig (c4ec384cf726379e600764c7f2f7ad487280890a) |
---|---|
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 --- 844 unchanged lines hidden (view full) --- 853 configured via the base module parameter. The interrupt line numbers 854 for the devices may be configured via the irq module parameter. 855 856config GPIO_104_IDIO_16 857 tristate "ACCES 104-IDIO-16 GPIO support" 858 depends on PC104 859 select ISA_BUS_API 860 select GPIOLIB_IRQCHIP | 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 --- 844 unchanged lines hidden (view full) --- 853 configured via the base module parameter. The interrupt line numbers 854 for the devices may be configured via the irq module parameter. 855 856config GPIO_104_IDIO_16 857 tristate "ACCES 104-IDIO-16 GPIO support" 858 depends on PC104 859 select ISA_BUS_API 860 select GPIOLIB_IRQCHIP |
861 select GPIO_IDIO_16 |
|
861 help 862 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, 863 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The 864 base port addresses for the devices may be configured via the base 865 module parameter. The interrupt line numbers for the devices may be 866 configured via the irq module parameter. 867 868config GPIO_104_IDI_48 --- 847 unchanged lines hidden --- | 862 help 863 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16, 864 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The 865 base port addresses for the devices may be configured via the base 866 module parameter. The interrupt line numbers for the devices may be 867 configured via the irq module parameter. 868 869config GPIO_104_IDI_48 --- 847 unchanged lines hidden --- |