Kconfig (e28432a773651b753445b1aec927224664156d79) Kconfig (59e2131accfd1f4964c766fabdcd19419f1c551b)
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

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

870
871config GPIO_104_IDI_48
872 tristate "ACCES 104-IDI-48 GPIO support"
873 depends on PC104
874 select ISA_BUS_API
875 select REGMAP_MMIO
876 select REGMAP_IRQ
877 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

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

870
871config GPIO_104_IDI_48
872 tristate "ACCES 104-IDI-48 GPIO support"
873 depends on PC104
874 select ISA_BUS_API
875 select REGMAP_MMIO
876 select REGMAP_IRQ
877 select GPIOLIB_IRQCHIP
878 select GPIO_I8255
878 select GPIO_REGMAP
879 help
880 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
881 104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for
882 the devices may be configured via the base module parameter. The
883 interrupt line numbers for the devices may be configured via the irq
884 module parameter.
885
886config GPIO_F7188X

--- 841 unchanged lines hidden ---
879 help
880 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
881 104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for
882 the devices may be configured via the base module parameter. The
883 interrupt line numbers for the devices may be configured via the irq
884 module parameter.
885
886config GPIO_F7188X

--- 841 unchanged lines hidden ---