From ffd003610c518126980c52efa4b4c6ba2ccfe20c Mon Sep 17 00:00:00 2001 From: Rashid Zafar Date: Wed, 21 Sep 2022 14:49:10 -0700 Subject: [PATCH] defconfig: pineapple-gki: Enable BCL peripheral and soc driver Enable BCL peripheral driver and soc driver to handle BCL violation notification and battery state of charge depletion respectively. Change-Id: I7ff2653d435b99f84407292c1b3eafc01de3898c Signed-off-by: Rashid Zafar --- arch/arm64/configs/vendor/pineapple_GKI.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/vendor/pineapple_GKI.config b/arch/arm64/configs/vendor/pineapple_GKI.config index 9ae74ffa49a2..a5be6c5d1269 100644 --- a/arch/arm64/configs/vendor/pineapple_GKI.config +++ b/arch/arm64/configs/vendor/pineapple_GKI.config @@ -149,6 +149,8 @@ CONFIG_QRTR_SMD=m CONFIG_QTI_ALTMODE_GLINK=m CONFIG_QTI_BATTERY_CHARGER=m CONFIG_QTI_BATTERY_GLINK_DEBUG=m +CONFIG_QTI_BCL_PMIC5=m +CONFIG_QTI_BCL_SOC_DRIVER=m CONFIG_QTI_CHARGER_ULOG_GLINK=m CONFIG_QTI_CPUCP_LOG=m CONFIG_QTI_PMIC_EUSB2_REPEATER=m