summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2015-09-23 01:34:09 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-09-23 10:28:03 +0200
commit15cc058c06d168abda7363387d1d69b733a96a16 (patch)
treeae7e4d06d837e9d46e3ec8eb33882b613f1da756 /drivers/gpio/Makefile
parente40e6e479c7114de63a0f846f7e989d72465c4bb (diff)
downloadbarebox-15cc058c06d168abda7363387d1d69b733a96a16.tar.gz
barebox-15cc058c06d168abda7363387d1d69b733a96a16.tar.xz
gpio: add ath79-gpio driver for Atheros MIPS SoCs
This driver is based on linux-4.2 driver. Signed-off-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 1d946614e3..f39e8da6e1 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -1,6 +1,7 @@
obj-$(CONFIG_GPIOLIB) += gpiolib.o
obj-$(CONFIG_GPIO_74164) += gpio-74164.o
+obj-$(CONFIG_MACH_MIPS_ATH79) += gpio-ath79.o
obj-$(CONFIG_GPIO_BCM2835) += gpio-bcm2835.o
obj-$(CONFIG_GPIO_DAVINCI) += gpio-davinci.o
obj-$(CONFIG_GPIO_CLPS711X) += gpio-clps711x.o