gpio: Add GPIO support for the ACCES 104-IDI-48
[deliverable/linux.git] / drivers / gpio / Kconfig
index b18bea08ff253398db70846445dca4ee3ea0eafc..30d8bd3ed623e61e1878c521d26740f4566fdf5e 100644 (file)
@@ -496,8 +496,21 @@ menu "Port-mapped I/O GPIO drivers"
 
 config GPIO_104_IDIO_16
        tristate "ACCES 104-IDIO-16 GPIO support"
+       select GPIOLIB_IRQCHIP
+       help
+         Enables GPIO support for the ACCES 104-IDIO-16 family. The base port
+         address for the device may be set via the idio_16_base module
+         parameter. The interrupt line number for the device may be set via the
+         idio_16_irq module parameter.
+
+config GPIO_104_IDI_48
+       tristate "ACCES 104-IDI-48 GPIO support"
+       select GPIOLIB_IRQCHIP
        help
-         Enables GPIO support for the ACCES 104-IDIO-16 family.
+         Enables GPIO support for the ACCES 104-IDI-48 family. The base port
+         address for the device may be configured via the idi_48_base module
+         parameter. The interrupt line number for the device may be configured
+         via the idi_48_irq module parameter.
 
 config GPIO_F7188X
        tristate "F71869, F71869A, F71882FG and F71889F GPIO support"
This page took 0.025248 seconds and 5 git commands to generate.