summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig13
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
561config 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
561config GPIO_IT87 574config GPIO_IT87
562 tristate "IT87xx GPIO support" 575 tristate "IT87xx GPIO support"
563 help 576 help