summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorChristian Ruppert <christian.ruppert@abilis.com>2013-10-08 14:25:22 +0200
committerLinus Walleij <linus.walleij@linaro.org>2013-10-25 23:42:34 +0200
commitc6ce2b6bffe5740d572fdc5b5e690d5261abee51 (patch)
tree65355784311db2401eefb232c55bbd47770d6a30 /drivers/gpio/Kconfig
parent61e310a1edf6f325939245c05d3e9b662c70a43d (diff)
downloadop-kernel-dev-c6ce2b6bffe5740d572fdc5b5e690d5261abee51.zip
op-kernel-dev-c6ce2b6bffe5740d572fdc5b5e690d5261abee51.tar.gz
gpio: add TB10x GPIO driver
The GPIO driver for the Abilis Systems TB10x series of SOCs based on ARC700 CPUs. It supports GPIO control and GPIO interrupt generation. This driver works in conjunction with the TB10x pinctrl driver. Signed-off-by: Sascha Leuenberger <sascha.leuenberger@abilis.com> Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com> Acked-by: Kumar Gala <galak@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index b6ed304..661ca82 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -360,6 +360,10 @@ config GPIO_GRGPIO
Select this to support Aeroflex Gaisler GRGPIO cores from the GRLIB
VHDL IP core library.
+config GPIO_TB10X
+ bool
+ select OF_GPIO
+
comment "I2C GPIO expanders:"
config GPIO_ARIZONA
OpenPOWER on IntegriCloud