From b5ecec603bfd2a77533b13144fcb35c5af1aadb3 Mon Sep 17 00:00:00 2001 From: Chintan Kothari Date: Fri, 20 Sep 2024 18:39:32 +0530 Subject: [PATCH] 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 --- arch/arm64/configs/vendor/neo_la_GKI.config | 1 + neo_la.bzl | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/vendor/neo_la_GKI.config b/arch/arm64/configs/vendor/neo_la_GKI.config index 22e68cce047d..478a62b6723d 100644 --- a/arch/arm64/configs/vendor/neo_la_GKI.config +++ b/arch/arm64/configs/vendor/neo_la_GKI.config @@ -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 diff --git a/neo_la.bzl b/neo_la.bzl index 9696c6f27579..8525296c821f 100644 --- a/neo_la.bzl +++ b/neo_la.bzl @@ -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",