disp: Update the deps and configs

Module deps and config symbols update with respective makefile system.

Change-Id: I4e2ae1be6ff6a4ec5a17047f22f79b91a949cc25
Signed-off-by: Varsha Suresh <quic_varssure@quicinc.com>
This commit is contained in:
Varsha Suresh
2023-05-23 12:22:58 -07:00
parent ee2ee3b129
commit 3ad1e9f9c4
2 changed files with 6 additions and 1 deletions

View File

@@ -176,7 +176,9 @@ module_entry(
},
},
deps = [
"//vendor/qcom/opensource/mm-drivers:%b_mm_drivers",
"//vendor/qcom/opensource/mm-drivers/hw_fence:%b_msm_hw_fence",
"//vendor/qcom/opensource/mm-drivers/sync_fence:%b_sync_fence",
"//vendor/qcom/opensource/mm-drivers/msm_ext_display:%b_msm_ext_display",
"//vendor/qcom/opensource/mmrm-driver:%b_mmrm_driver",
"//vendor/qcom/opensource/securemsm-kernel:%b_hdcp_qseecom_dlkm"
],

View File

@@ -23,5 +23,8 @@ def define_pineapple():
"CONFIG_DRM_SDE_VM",
"CONFIG_QCOM_WCD939X_I2C",
"CONFIG_THERMAL_OF",
"CONFIG_MSM_MMRM",
"CONFIG_QTI_HW_FENCE",
"CONFIG_QCOM_SPEC_SYNC",
],
)