summaryrefslogtreecommitdiffstats
path: root/arch/arm/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 /arch/arm/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 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ed34d2caf2..0a4f821814 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -142,6 +142,8 @@ config ARCH_TEGRA
select BUILTIN_DTB
select COMMON_CLK
select CLKDEV_LOOKUP
+ select GPIOLIB
+ select GPIO_TEGRA
select OFDEVICE
select OFTREE