Kconfig (fb38af4a3a79c354771f335c671b144348d6d6fa) Kconfig (71b7b3972590908fd724f4622cd908ad02464ad8)
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

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

836
837 If built as a module its name will be gpio-i8255.
838
839config GPIO_104_DIO_48E
840 tristate "ACCES 104-DIO-48E GPIO support"
841 depends on PC104
842 select ISA_BUS_API
843 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

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

836
837 If built as a module its name will be gpio-i8255.
838
839config GPIO_104_DIO_48E
840 tristate "ACCES 104-DIO-48E GPIO support"
841 depends on PC104
842 select ISA_BUS_API
843 select GPIOLIB_IRQCHIP
844 select GPIO_I8255
844 help
845 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
846 104-DIO-24E). The base port addresses for the devices may be
847 configured via the base module parameter. The interrupt line numbers
848 for the devices may be configured via the irq module parameter.
849
850config GPIO_104_IDIO_16
851 tristate "ACCES 104-IDIO-16 GPIO support"

--- 869 unchanged lines hidden ---
845 help
846 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
847 104-DIO-24E). The base port addresses for the devices may be
848 configured via the base module parameter. The interrupt line numbers
849 for the devices may be configured via the irq module parameter.
850
851config GPIO_104_IDIO_16
852 tristate "ACCES 104-IDIO-16 GPIO support"

--- 869 unchanged lines hidden ---