aboutsummaryrefslogtreecommitdiffstats
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 bf892bd68c17..8ae1f5b19669 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -683,4 +683,17 @@ config GPIO_MSIC
683 Enable support for GPIO on intel MSIC controllers found in 683 Enable support for GPIO on intel MSIC controllers found in
684 intel MID devices 684 intel MID devices
685 685
686comment "USB GPIO expanders:"
687
688config GPIO_VIPERBOARD
689 tristate "Viperboard GPIO a & b support"
690 depends on MFD_VIPERBOARD && USB
691 help
692 Say yes here to access the GPIO signals of Nano River
693 Technologies Viperboard. There are two GPIO chips on the
694 board: gpioa and gpiob.
695 See viperboard API specification and Nano
696 River Tech's viperboard.h for detailed meaning
697 of the module parameters.
698
686endif 699endif