defconfig: Enable interconnect driver for HOLI

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

Change-Id: I53b62d97badcfe9110b93a01cc5fd0778441323f
Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com>
This commit is contained in:
Raviteja Laggyshetty 2023-07-20 16:43:45 +05:30 committed by Gerrit - the friendly Code Review server
parent ae3c9a5ed9
commit 827f06bdf2
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ CONFIG_I3C_MASTER_MSM_GENI=m
CONFIG_INPUT_QPNP_POWER_ON=m
CONFIG_INTERCONNECT_QCOM_BLAIR=m
CONFIG_INTERCONNECT_QCOM_DEBUG=m
CONFIG_INTERCONNECT_QCOM_HOLI=m
CONFIG_INTERCONNECT_QCOM_QOS_RPM=m
CONFIG_INTERCONNECT_QCOM_RPM=m
CONFIG_INTERCONNECT_TEST=m

View File

@ -56,6 +56,7 @@ def define_blair():
"drivers/interconnect/qcom/icc-debug.ko",
"drivers/interconnect/qcom/icc-rpm.ko",
"drivers/interconnect/qcom/qnoc-blair.ko",
"drivers/interconnect/qcom/qnoc-holi.ko",
"drivers/interconnect/qcom/qnoc-qos-rpm.ko",
"drivers/iommu/arm/arm-smmu/arm_smmu.ko",
"drivers/iommu/iommu-logger.ko",