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:
parent
03411905c8
commit
b5ecec603b
2 changed files with 2 additions and 0 deletions
1
arch/arm64/configs/vendor/neo_la_GKI.config
vendored
1
arch/arm64/configs/vendor/neo_la_GKI.config
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue