diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-06-26 23:50:10 +0200 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-07-28 22:50:16 +0200 |
commit | 4b638df4c9d556a6d947d6dbac364bee37b68b8e (patch) | |
tree | 30f240907c1c5471b43f0754f54ca6464f011557 /drivers/soc/qcom/Makefile | |
parent | Linux 4.2-rc1 (diff) | |
download | linux-4b638df4c9d556a6d947d6dbac364bee37b68b8e.tar.xz linux-4b638df4c9d556a6d947d6dbac364bee37b68b8e.zip |
soc: qcom: Add Shared Memory Manager driver
The Shared Memory Manager driver implements an interface for allocating
and accessing items in the memory area shared among all of the
processors in a Qualcomm platform.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Acked-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
Diffstat (limited to 'drivers/soc/qcom/Makefile')
-rw-r--r-- | drivers/soc/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Makefile b/drivers/soc/qcom/Makefile index 931d385386c5..3a033c43c0ef 100644 --- a/drivers/soc/qcom/Makefile +++ b/drivers/soc/qcom/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_QCOM_GSBI) += qcom_gsbi.o obj-$(CONFIG_QCOM_PM) += spm.o +obj-$(CONFIG_QCOM_SMEM) += smem.o |