Kconfig (9d066a252786e1a18484a6283f82614d42a9f4ac) Kconfig (f4ae916912b4969916ebb275995c745b01cb432c)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

526
527endmenu
528
529menu "Port-mapped I/O GPIO drivers"
530 depends on X86 # Unconditional I/O space access
531
532config GPIO_104_DIO_48E
533 tristate "ACCES 104-DIO-48E GPIO support"
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

526
527endmenu
528
529menu "Port-mapped I/O GPIO drivers"
530 depends on X86 # Unconditional I/O space access
531
532config GPIO_104_DIO_48E
533 tristate "ACCES 104-DIO-48E GPIO support"
534 depends on ISA
534 depends on ISA_BUS_API
535 select GPIOLIB_IRQCHIP
536 help
537 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
538 104-DIO-24E). The base port addresses for the devices may be
539 configured via the base module parameter. The interrupt line numbers
540 for the devices may be configured via the irq module parameter.
541
542config GPIO_104_IDIO_16
543 tristate "ACCES 104-IDIO-16 GPIO support"
535 select GPIOLIB_IRQCHIP
536 help
537 Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
538 104-DIO-24E). The base port addresses for the devices may be
539 configured via the base module parameter. The interrupt line numbers
540 for the devices may be configured via the irq module parameter.
541
542config GPIO_104_IDIO_16
543 tristate "ACCES 104-IDIO-16 GPIO support"
544 depends on ISA
544 depends on ISA_BUS_API
545 select GPIOLIB_IRQCHIP
546 help
547 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16,
548 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The
549 base port addresses for the devices may be configured via the base
550 module parameter. The interrupt line numbers for the devices may be
551 configured via the irq module parameter.
552
553config GPIO_104_IDI_48
554 tristate "ACCES 104-IDI-48 GPIO support"
545 select GPIOLIB_IRQCHIP
546 help
547 Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16,
548 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The
549 base port addresses for the devices may be configured via the base
550 module parameter. The interrupt line numbers for the devices may be
551 configured via the irq module parameter.
552
553config GPIO_104_IDI_48
554 tristate "ACCES 104-IDI-48 GPIO support"
555 depends on ISA
555 depends on ISA_BUS_API
556 select GPIOLIB_IRQCHIP
557 help
558 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
559 104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for
560 the devices may be configured via the base module parameter. The
561 interrupt line numbers for the devices may be configured via the irq
562 module parameter.
563

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

623 help
624 This driver supports Digital I/O exposed by pin blocks found on some
625 Technologic Systems platforms. It includes, but is not limited to, 3
626 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600
627 LCD port.
628
629config GPIO_WS16C48
630 tristate "WinSystems WS16C48 GPIO support"
556 select GPIOLIB_IRQCHIP
557 help
558 Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
559 104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for
560 the devices may be configured via the base module parameter. The
561 interrupt line numbers for the devices may be configured via the irq
562 module parameter.
563

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

623 help
624 This driver supports Digital I/O exposed by pin blocks found on some
625 Technologic Systems platforms. It includes, but is not limited to, 3
626 blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600
627 LCD port.
628
629config GPIO_WS16C48
630 tristate "WinSystems WS16C48 GPIO support"
631 depends on ISA
631 depends on ISA_BUS_API
632 select GPIOLIB_IRQCHIP
633 help
634 Enables GPIO support for the WinSystems WS16C48. The base port
635 addresses for the devices may be configured via the base module
636 parameter. The interrupt line numbers for the devices may be
637 configured via the irq module parameter.
638
639endmenu

--- 500 unchanged lines hidden ---
632 select GPIOLIB_IRQCHIP
633 help
634 Enables GPIO support for the WinSystems WS16C48. The base port
635 addresses for the devices may be configured via the base module
636 parameter. The interrupt line numbers for the devices may be
637 configured via the irq module parameter.
638
639endmenu

--- 500 unchanged lines hidden ---