Kconfig (6f84981772535e670e4e2df051a672af229b6694) | Kconfig (2f7e845f512fdcdafdc922f23a91e560ef33ce4a) |
---|---|
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 --- 831 unchanged lines hidden (view full) --- 840 found embedded in larger VLSI processing chips and FPGA components. 841 842 If built as a module its name will be gpio-i8255. 843 844config GPIO_104_DIO_48E 845 tristate "ACCES 104-DIO-48E GPIO support" 846 depends on PC104 847 select ISA_BUS_API | 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 --- 831 unchanged lines hidden (view full) --- 840 found embedded in larger VLSI processing chips and FPGA components. 841 842 If built as a module its name will be gpio-i8255. 843 844config GPIO_104_DIO_48E 845 tristate "ACCES 104-DIO-48E GPIO support" 846 depends on PC104 847 select ISA_BUS_API |
848 select REGMAP_MMIO 849 select REGMAP_IRQ |
|
848 select GPIOLIB_IRQCHIP 849 select GPIO_I8255 850 help 851 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E, 852 104-DIO-24E). The base port addresses for the devices may be 853 configured via the base module parameter. The interrupt line numbers 854 for the devices may be configured via the irq module parameter. 855 --- 868 unchanged lines hidden --- | 850 select GPIOLIB_IRQCHIP 851 select GPIO_I8255 852 help 853 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E, 854 104-DIO-24E). The base port addresses for the devices may be 855 configured via the base module parameter. The interrupt line numbers 856 for the devices may be configured via the irq module parameter. 857 --- 868 unchanged lines hidden --- |