aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2015-11-23 12:54:50 -0500
committerLinus Walleij <linus.walleij@linaro.org>2015-12-01 03:56:36 -0500
commit6ddcf9b486f134f1a1544c82b36b0876ef2f33e6 (patch)
tree51840f748c49bd5613f8841766c4bbc877b57ec1 /drivers/gpio/Kconfig
parentab128afce4ea8a496fc42553215f6635a14f05c3 (diff)
gpio: Add GPIO support for the ACCES 104-IDI-48
The ACCES 104-IDI-48 family of PC/104 utility boards feature 48 individually optically isolated digital inputs. Enabled inputs feature change-of-state detection capability; if change-of-state detection is enabled, an interrupt is fired off if a change of input level (low-to-high or high-to-low) is detected. Change-of-state IRQs are enabled/disabled on 8-bit boundaries, for a total of six boundaries. This driver provides GPIO and IRQ support for these 48 channels of digital input. 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. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 18e1aa05a616..30d8bd3ed623 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -503,6 +503,15 @@ config GPIO_104_IDIO_16
503 parameter. The interrupt line number for the device may be set via the 503 parameter. The interrupt line number for the device may be set via the
504 idio_16_irq module parameter. 504 idio_16_irq module parameter.
505 505
506config GPIO_104_IDI_48
507 tristate "ACCES 104-IDI-48 GPIO support"
508 select GPIOLIB_IRQCHIP
509 help
510 Enables GPIO support for the ACCES 104-IDI-48 family. The base port
511 address for the device may be configured via the idi_48_base module
512 parameter. The interrupt line number for the device may be configured
513 via the idi_48_irq module parameter.
514
506config GPIO_F7188X 515config GPIO_F7188X
507 tristate "F71869, F71869A, F71882FG and F71889F GPIO support" 516 tristate "F71869, F71869A, F71882FG and F71889F GPIO support"
508 help 517 help