summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorBaolin Wang2018-02-24 03:07:18 +0100
committerLinus Walleij2018-03-02 11:00:43 +0100
commit9a3821c2bb47d2582b0c8f053d4c3bed7bd8d3d1 (patch)
treeb75309f0da6d25e300449e7ee4e547984c7e0c0c /drivers/gpio/Makefile
parentdt-bindings: gpio: Add Spreadtrum GPIO controller documentation (diff)
downloadkernel-qcow2-linux-9a3821c2bb47d2582b0c8f053d4c3bed7bd8d3d1.tar.gz
kernel-qcow2-linux-9a3821c2bb47d2582b0c8f053d4c3bed7bd8d3d1.tar.xz
kernel-qcow2-linux-9a3821c2bb47d2582b0c8f053d4c3bed7bd8d3d1.zip
gpio: Add GPIO driver for Spreadtrum SC9860 platform
The Spreadtrum SC9860 platform GPIO controller contains 16 groups and each group contains 16 GPIOs. Each GPIO can set input/output and has the interrupt capability. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> 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 3ad5e3cb628b..5c1f087c65aa 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -110,6 +110,7 @@ obj-$(CONFIG_GPIO_SCH) += gpio-sch.o
obj-$(CONFIG_GPIO_SCH311X) += gpio-sch311x.o
obj-$(CONFIG_GPIO_SODAVILLE) += gpio-sodaville.o
obj-$(CONFIG_GPIO_SPEAR_SPICS) += gpio-spear-spics.o
+obj-$(CONFIG_GPIO_SPRD) += gpio-sprd.o
obj-$(CONFIG_GPIO_STA2X11) += gpio-sta2x11.o
obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o
obj-$(CONFIG_GPIO_STP_XWAY) += gpio-stp-xway.o