Kconfig (55b473538247550305abe0ae931d31249c6b1a47) Kconfig (92f7a35836c2e13ae5f0dc8c7f889e92f66a9d19)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

853config GPIO_104_DIO_48E
854 tristate "ACCES 104-DIO-48E GPIO support"
855 depends on PC104
856 select ISA_BUS_API
857 select REGMAP_MMIO
858 select REGMAP_IRQ
859 select GPIOLIB_IRQCHIP
860 select GPIO_I8255
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

853config GPIO_104_DIO_48E
854 tristate "ACCES 104-DIO-48E GPIO support"
855 depends on PC104
856 select ISA_BUS_API
857 select REGMAP_MMIO
858 select REGMAP_IRQ
859 select GPIOLIB_IRQCHIP
860 select GPIO_I8255
861 select I8254
861 help
862 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
863 104-DIO-24E). The base port addresses for the devices may be
864 configured via the base module parameter. The interrupt line numbers
865 for the devices may be configured via the irq module parameter.
866
867config GPIO_104_IDIO_16
868 tristate "ACCES 104-IDIO-16 GPIO support"

--- 933 unchanged lines hidden ---
862 help
863 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
864 104-DIO-24E). The base port addresses for the devices may be
865 configured via the base module parameter. The interrupt line numbers
866 for the devices may be configured via the irq module parameter.
867
868config GPIO_104_IDIO_16
869 tristate "ACCES 104-IDIO-16 GPIO support"

--- 933 unchanged lines hidden ---