mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
f2ab3298fb
This adds the Qualcomm Shared Memory Driver (SMD) providing communication channels to remote processors, ontop of SMEM. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>
5 lines
136 B
Makefile
5 lines
136 B
Makefile
obj-$(CONFIG_QCOM_GSBI) += qcom_gsbi.o
|
|
obj-$(CONFIG_QCOM_PM) += spm.o
|
|
obj-$(CONFIG_QCOM_SMD) += smd.o
|
|
obj-$(CONFIG_QCOM_SMEM) += smem.o
|