aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-01-25 10:37:31 -0600
committerLinus Walleij <linus.walleij@linaro.org>2016-02-10 15:15:51 +0100
commitdf6df93c8a73f6f9be38d4128fe25a5ee613d66c (patch)
treeb5c767e73b384a6db91be71b11ef52057fe979d0 /drivers/gpio/Makefile
parentgpio: ath79: Update the copyright notice (diff)
downloadlinux-dev-df6df93c8a73f6f9be38d4128fe25a5ee613d66c.tar.xz
linux-dev-df6df93c8a73f6f9be38d4128fe25a5ee613d66c.zip
gpio: Add driver for SPI serializers
Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the SN65HVS88x series of industrial serializers that can be read over the SPI bus and used for GPI (General Purpose Input). Signed-off-by: Andrew F. Davis <afd@ti.com> Tested-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 30ff7de0f6d5..85008de8b66d 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -76,6 +76,7 @@ obj-$(CONFIG_GPIO_OMAP) += gpio-omap.o
obj-$(CONFIG_GPIO_PCA953X) += gpio-pca953x.o
obj-$(CONFIG_GPIO_PCF857X) += gpio-pcf857x.o
obj-$(CONFIG_GPIO_PCH) += gpio-pch.o
+obj-$(CONFIG_GPIO_PISOSR) += gpio-pisosr.o
obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o
obj-$(CONFIG_GPIO_PXA) += gpio-pxa.o
obj-$(CONFIG_GPIO_RC5T583) += gpio-rc5t583.o