Merge "defconfig: Enable interconnect driver for NEO"

This commit is contained in:
QCTECMDR Service 2024-08-28 03:07:30 -07:00 committed by Gerrit - the friendly Code Review server
commit f90bdc4aa7
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",