defconfig: Enable smp2p and qmp for niobe

Enable the smp2p, qmp and msm_qmp drivers for niobe. These drivers enable
interrupt signal and basic mailbox communication to remote procs.

Change-Id: I1bcda9f06d80895ada5271e4fde01a07b0fa623c
Signed-off-by: Kishore Kumar Ravi <quic_kiskum@quicinc.com>
This commit is contained in:
Kishore Kumar Ravi 2023-11-27 18:23:38 +05:30
parent 398a6df173
commit 641fb31702
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ CONFIG_LOCALVERSION="-gki"
# CONFIG_MODULE_SIG_ALL is not set
CONFIG_MSM_BOOT_STATS=m
# CONFIG_MSM_HAB is not set
CONFIG_MSM_QMP=m
CONFIG_NOP_USB_XCEIV=m
CONFIG_PHY_QCOM_UFS=m
CONFIG_PHY_QCOM_UFS_QRBTC_SDM845=m
@ -62,6 +63,7 @@ CONFIG_QCOM_PMU_LIB=m
CONFIG_QCOM_RPMH=m
CONFIG_QCOM_SCM=m
CONFIG_QCOM_SMEM=m
CONFIG_QCOM_SMP2P=m
CONFIG_QCOM_SOCINFO=m
CONFIG_QCOM_SYSMON_SUBSYSTEM_STATS=m
CONFIG_QRTR=m

View File

@ -32,6 +32,7 @@ def define_niobe():
"drivers/iommu/msm_dma_iommu_mapping.ko",
"drivers/iommu/qcom_iommu_util.ko",
"drivers/irqchip/qcom-pdc.ko",
"drivers/mailbox/msm_qmp.ko",
"drivers/mailbox/qcom-ipcc.ko",
"drivers/perf/qcom_llcc_pmu.ko",
"drivers/phy/qualcomm/phy-qcom-ufs.ko",
@ -58,6 +59,7 @@ def define_niobe():
"drivers/soc/qcom/qcom_cpucp.ko",
"drivers/soc/qcom/qcom_rpmh.ko",
"drivers/soc/qcom/smem.ko",
"drivers/soc/qcom/smp2p.ko",
"drivers/soc/qcom/socinfo.ko",
"drivers/soc/qcom/sysmon_subsystem_stats.ko",
"drivers/ufs/host/ufs_qcom.ko",