defconfig: autogvm: Compile glink_cma as a kernel module

SSR notifier is built as a out-of-tree kernel module. For glink_cma to
register with SSR notifier, glink_cma needs to also be a kernel module.

Change-Id: Ie769f6eb97612e41e7993139f2b030fbf44bbde5
Signed-off-by: Tony Truong <quic_truong@quicinc.com>
This commit is contained in:
Tony Truong 2024-04-29 17:36:26 -07:00
parent 7913f90e7a
commit bbf6f59c30
2 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,7 @@ CONFIG_QTI_IOMMU_SUPPORT=y
CONFIG_QTI_QUIN_GVM=y
CONFIG_REGULATOR_STUB=y
CONFIG_RPMSG_QCOM_GLINK=y
CONFIG_RPMSG_QCOM_GLINK_CMA=y
CONFIG_RPMSG_QCOM_GLINK_CMA=m
CONFIG_RPMSG_QCOM_GLINK_SMEM=y
CONFIG_SCSI_UFSHCD=y
CONFIG_SCSI_UFS_BSG=y

View File

@ -7,6 +7,7 @@ target_name = "autogvm"
def define_autogvm_lxc():
_autogvm_lxc_in_tree_modules = [
# keep sorted
"drivers/rpmsg/qcom_glink_cma.ko",
"drivers/soc/qcom/hgsl/qcom_hgsl.ko",
]