diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2016-08-02 09:57:47 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-08-11 07:37:25 -0400 |
commit | 6ea5dcdf7924d967a4d4b3aa7170e37a1be5cf0f (patch) | |
tree | 31a35232f999e9dd4b0d42e3ec9e1b083611c923 /drivers/gpio/Kconfig | |
parent | 0ba19cfc2a667ca986355e11d122c465482f12e2 (diff) |
gpio: Add GPIO support for the Diamond Systems GPIO-MM
The Diamond Systems GPIO-MM device features 48 lines of digital I/O via
the emulation of dual 82C55A PPI chips. This driver provides GPIO
support for these 48 channels of digital I/O. The base port addresses
for the devices may be configured via the base array 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/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 591f692dae63..825cf3c3d579 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -558,6 +558,19 @@ config GPIO_F7188X | |||
558 | To compile this driver as a module, choose M here: the module will | 558 | To compile this driver as a module, choose M here: the module will |
559 | be called f7188x-gpio. | 559 | be called f7188x-gpio. |
560 | 560 | ||
561 | config GPIO_GPIO_MM | ||
562 | tristate "Diamond Systems GPIO-MM GPIO support" | ||
563 | depends on ISA_BUS_API | ||
564 | help | ||
565 | Enables GPIO support for the Diamond Systems GPIO-MM and GPIO-MM-12. | ||
566 | |||
567 | The Diamond Systems GPIO-MM device features 48 lines of digital I/O | ||
568 | via the emulation of dual 82C55A PPI chips. This driver provides GPIO | ||
569 | support for these 48 channels of digital I/O. | ||
570 | |||
571 | The base port addresses for the devices may be configured via the base | ||
572 | array module parameter. | ||
573 | |||
561 | config GPIO_IT87 | 574 | config GPIO_IT87 |
562 | tristate "IT87xx GPIO support" | 575 | tristate "IT87xx GPIO support" |
563 | help | 576 | help |