summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorBaolin Wang2018-03-05 03:56:52 +0100
committerLinus Walleij2018-03-27 15:51:22 +0200
commit348f3cde84ab5b1f53cd3c0eaac1ca99a4dcb148 (patch)
treebcd6025221e42371cf8b86005e5819271671845e /drivers/gpio/Makefile
parentgpio: Add Spreadtrum EIC driver support (diff)
downloadkernel-qcow2-linux-348f3cde84ab5b1f53cd3c0eaac1ca99a4dcb148.tar.gz
kernel-qcow2-linux-348f3cde84ab5b1f53cd3c0eaac1ca99a4dcb148.tar.xz
kernel-qcow2-linux-348f3cde84ab5b1f53cd3c0eaac1ca99a4dcb148.zip
gpio: Add Spreadtrum PMIC EIC driver support
The Spreadtrum PMIC EIC controller contains only one bank of debounce EIC, and this bank contains 16 EICs. Each EIC can only be used as input mode, as well as supporting the debounce and the capability to trigger interrupts when detecting input signals. 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 2437f3596934..684141a96c3f 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -101,6 +101,7 @@ obj-$(CONFIG_GPIO_PCI_IDIO_16) += gpio-pci-idio-16.o
obj-$(CONFIG_GPIO_PCIE_IDIO_24) += gpio-pcie-idio-24.o
obj-$(CONFIG_GPIO_PISOSR) += gpio-pisosr.o
obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o
+obj-$(CONFIG_GPIO_PMIC_EIC_SPRD) += gpio-pmic-eic-sprd.o
obj-$(CONFIG_GPIO_PXA) += gpio-pxa.o
obj-$(CONFIG_GPIO_RC5T583) += gpio-rc5t583.o
obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o