From 840fdb3ecd1cd155261b83d22238342eeaf6364f Mon Sep 17 00:00:00 2001 From: Chandana Kishori Chiluveru Date: Mon, 10 Oct 2022 06:20:18 -0700 Subject: [PATCH] ARM: config: msm: Enable BAM config for Pineapple Enable config for BAM driver SPS (Smart Peripheral System) enables the support of all BAMs in the system which provide DMA functionality to various peripherals for Pineapple. Change-Id: Ida34e789704016f6b45af535b015424a46e5d6e2 Signed-off-by: Chandana Kishori Chiluveru --- arch/arm64/configs/vendor/pineapple_GKI.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/configs/vendor/pineapple_GKI.config b/arch/arm64/configs/vendor/pineapple_GKI.config index af2fa646ef92..1b037c53d1ae 100644 --- a/arch/arm64/configs/vendor/pineapple_GKI.config +++ b/arch/arm64/configs/vendor/pineapple_GKI.config @@ -75,6 +75,7 @@ CONFIG_POWER_RESET_QCOM_PON=m CONFIG_POWER_RESET_QCOM_REBOOT_REASON=m CONFIG_PWM_QTI_LPG=m CONFIG_QCOM_AOSS_QMP=m +CONFIG_QCOM_BAM_DMA=m CONFIG_QCOM_BWMON=m CONFIG_QCOM_CLK_RPMH=m # CONFIG_QCOM_COINCELL is not set @@ -178,6 +179,8 @@ CONFIG_SM_VIDEOCC_PINEAPPLE=m CONFIG_SPI_MSM_GENI=m CONFIG_SPMI_MSM_PMIC_ARB=m CONFIG_SPMI_QTI_GLINK_DEBUG=m +CONFIG_SPS=m +CONFIG_SPS_SUPPORT_NDP_BAM=y CONFIG_STM=m CONFIG_STM_PROTO_OST=m CONFIG_STM_SOURCE_CONSOLE=m