aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock/Makefile
diff options
context:
space:
mode:
authorBaolin Wang <baolin.wang@spreadtrum.com>2017-05-17 13:59:29 +0800
committerBjorn Andersson <bjorn.andersson@linaro.org>2017-05-17 10:52:52 -0700
commitd8c8bbbb1aba547b6c0d534f87fc68aa338658fc (patch)
treea85a4cc62b954dec62fd50822ba9e7b81bff5522 /drivers/hwspinlock/Makefile
parentMake HWSPINLOCK a menuconfig to ease disabling (diff)
downloadlinux-dev-d8c8bbbb1aba547b6c0d534f87fc68aa338658fc.tar.xz
linux-dev-d8c8bbbb1aba547b6c0d534f87fc68aa338658fc.zip
hwspinlock: sprd: Add hardware spinlock driver
The Spreadtrum hardware spinlock device can provide hardware assistance for synchronization between the multiple subsystems. Signed-off-by: Baolin Wang <baolin.wang@spreadtrum.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/hwspinlock/Makefile')
-rw-r--r--drivers/hwspinlock/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwspinlock/Makefile b/drivers/hwspinlock/Makefile
index 6b59cb5a4f3a..14928aa7cc5a 100644
--- a/drivers/hwspinlock/Makefile
+++ b/drivers/hwspinlock/Makefile
@@ -6,4 +6,5 @@ obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o
obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o
obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o
obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o
+obj-$(CONFIG_HWSPINLOCK_SPRD) += sprd_hwspinlock.o
obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o