summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-04-12 12:28:25 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-14 10:45:52 +0200
commitfbcb481c60d80e76f3c5d537ae05d0adf01ac9e1 (patch)
treef9e1766244d5b1639014e3ea5cb051bc5d17a966 /drivers/gpio/Kconfig
parentf23adabf6c469b960cd8929c20448a73437fe43f (diff)
downloadbarebox-fbcb481c60d80e76f3c5d537ae05d0adf01ac9e1.tar.gz
barebox-fbcb481c60d80e76f3c5d537ae05d0adf01ac9e1.tar.xz
tegra: add GPIO controller driver
Taken from the Linux kernel, simplified and reworked to match barebox. Signed-off-by: Lucas Stach <dev@lynxeye.de> Tested-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index ea07028db5..d5e0ed1199 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -36,6 +36,13 @@ config GPIO_PL061
config GPIO_STMPE
depends on MFD_STMPE
bool "STMPE GPIO Expander"
+
+config GPIO_TEGRA
+ bool "GPIO support for the Tegra SoCs"
+ depends on ARCH_TEGRA
+ help
+ Say yes here to include the driver for the GPIO controller found on the
+ Tegra line of SoCs.
endmenu
endif