summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
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/Makefile
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/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 00acb68b37..5dcb6c8add 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -4,3 +4,4 @@ obj-$(CONFIG_GPIO_CLPS711X) += gpio-clps711x.o
obj-$(CONFIG_GPIO_GENERIC) += gpio-generic.o
obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o
obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o
+obj-$(CONFIG_GPIO_TEGRA) += gpio-tegra.o