defconfig: Enable interconnect driver for NEO

Enable the interconnect driver so that consumers are
able to obtain their path handles properly.

Change-Id: Iaddfe9f00152d68a8ed2ee655df487ded0c2a5c0
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
This commit is contained in:
Chintan Kothari 2024-07-24 13:11:16 +05:30
parent 3086a7563b
commit e8affcf0db
2 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,11 @@ CONFIG_GUNYAH_DRIVERS=y
# CONFIG_HVC_GUNYAH is not set
CONFIG_HWSPINLOCK_QCOM=m
CONFIG_INIT_ON_FREE_DEFAULT_ON=y
CONFIG_INTERCONNECT_QCOM_BCM_VOTER=m
CONFIG_INTERCONNECT_QCOM_DEBUG=m
CONFIG_INTERCONNECT_QCOM_NEO=m
CONFIG_INTERCONNECT_QCOM_QOS=m
CONFIG_INTERCONNECT_QCOM_RPMH=m
CONFIG_IOMMU_IO_PGTABLE_FAST=y
CONFIG_LOCALVERSION="-gki"
CONFIG_MFD_I2C_PMIC=m

View File

@ -26,6 +26,11 @@ def define_neo_la():
"drivers/edac/qcom_edac.ko",
"drivers/firmware/qcom-scm.ko",
"drivers/hwspinlock/qcom_hwspinlock.ko",
"drivers/interconnect/qcom/icc-bcm-voter.ko",
"drivers/interconnect/qcom/icc-debug.ko",
"drivers/interconnect/qcom/icc-rpmh.ko",
"drivers/interconnect/qcom/qnoc-neo.ko",
"drivers/interconnect/qcom/qnoc-qos.ko",
"drivers/iommu/arm/arm-smmu/arm_smmu.ko",
"drivers/iommu/iommu-logger.ko",
"drivers/iommu/msm_dma_iommu_mapping.ko",