aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2014-09-25 16:03:26 -0700
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2015-11-17 09:23:31 +0000
commit737f50a09fe55839a47072386a149bd057098d0e (patch)
tree4127f491a949a5cfddcc5e0b665b174bb4ed1659 /drivers/gpio/Makefile
parent14d6c47416fe58b07b349f15ee1e794c9682c034 (diff)
gpio: qcom-smp2p: Qualcomm Shared Memory Point to Point
Introduce the Qualcomm Shard Memory Point to Point driver, exposing bits from the SMP2P protocol as gpio and interrupt controllers. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Conflicts: drivers/gpio/Kconfig drivers/gpio/Makefile
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 0fd213892403..cc5c4221ccf2 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -76,6 +76,7 @@ obj-$(CONFIG_GPIO_PCH) += gpio-pch.o
obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o
obj-$(CONFIG_GPIO_PXA) += gpio-pxa.o
obj-$(CONFIG_GPIO_QCOM_SMSM) += gpio-qcom-smsm.o
+obj-$(CONFIG_GPIO_QCOM_SMP2P) += gpio-qcom-smp2p.o
obj-$(CONFIG_GPIO_RC5T583) += gpio-rc5t583.o
obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o
obj-$(CONFIG_GPIO_RCAR) += gpio-rcar.o