defconfig: enable interconnect_test module for neo

Enable interconnect_test module for neo target. This will help
in placing proxy test votes on selected paths for debugging.

Change-Id: I7c5892097ab01ae0ca7ffeae321c7dfe94e964fd
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
This commit is contained in:
Chintan Kothari 2024-09-20 18:39:32 +05:30
parent 03411905c8
commit b5ecec603b
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ CONFIG_INTERCONNECT_QCOM_DEBUG=m
CONFIG_INTERCONNECT_QCOM_NEO=m
CONFIG_INTERCONNECT_QCOM_QOS=m
CONFIG_INTERCONNECT_QCOM_RPMH=m
CONFIG_INTERCONNECT_TEST=m
CONFIG_IOMMU_IO_PGTABLE_FAST=y
CONFIG_IPC_LOGGING=m
CONFIG_IPC_LOG_MINIDUMP_BUFFERS=16

View file

@ -57,6 +57,7 @@ def define_neo_la():
"drivers/iio/adc/qcom-spmi-adc5.ko",
"drivers/iio/adc/qcom-vadc-common.ko",
"drivers/input/misc/pm8941-pwrkey.ko",
"drivers/interconnect/icc-test.ko",
"drivers/interconnect/qcom/icc-bcm-voter.ko",
"drivers/interconnect/qcom/icc-debug.ko",
"drivers/interconnect/qcom/icc-rpmh.ko",