aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLars Poeschel <poeschel@lemonage.de>2012-11-05 09:48:24 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2012-11-20 06:21:12 -0500
commit9d5b72de0d1627b130fa69c5edf58b5b2df4ca50 (patch)
tree642b3beb4d7ee1170f52a4ce2e523b5c8b2ed9bc /drivers/gpio/Kconfig
parentf01312d846016dbd38cc9865e580298fb61f2aa7 (diff)
gpio: Add viperboard gpio driver
This adds the mfd cell to use the gpio a and gpio b part of the Nano River Technologies viperboard. Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 d055cee36942..c3bbd08bcdc3 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -649,4 +649,17 @@ config GPIO_MSIC
649 Enable support for GPIO on intel MSIC controllers found in 649 Enable support for GPIO on intel MSIC controllers found in
650 intel MID devices 650 intel MID devices
651 651
652comment "USB GPIO expanders:"
653
654config GPIO_VIPERBOARD
655 tristate "Viperboard GPIO a & b support"
656 depends on MFD_VIPERBOARD && USB
657 help
658 Say yes here to access the GPIO signals of Nano River
659 Technologies Viperboard. There are two GPIO chips on the
660 board: gpioa and gpiob.
661 See viperboard API specification and Nano
662 River Tech's viperboard.h for detailed meaning
663 of the module parameters.
664
652endif 665endif