From 4fc0e71ba6735deb5c960923f9be05bc38c7d0f7 Mon Sep 17 00:00:00 2001 From: zhangguoliang Date: Fri, 24 Sep 2021 01:51:09 +0000 Subject: [PATCH] fix: charge: initialize pump charger sc8551a driver CHAMPION-25 fix commit miss to delete the config of battery fuel gauge CW2218 Signed-off-by: zhangguoliang Change-Id: I2b6fdfcdc8d3ce35a91defe9fa6a5d76681d5f8b --- drivers/power/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index fd098b2126b..fa60ef1b706 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -424,6 +424,15 @@ config BATTERY_GAUGE bool "Battery Fuel Gauge support" default n +config CW2218 + bool "CW2218 Battery fuel gauge support" + default n + select I2C + depends on BATTERY_GAUGE + ---help--- + The CW2218 is an ultra-compact, system-side or pack-side fuel gauging + IC for Lithium-ion based batteries used in wearable and portable devices + config MAX1704X bool "MAX1704X Battery fuel gauge support" default n