mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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 <zhangguoliang3@xiaomi.com> Change-Id: I2b6fdfcdc8d3ce35a91defe9fa6a5d76681d5f8b
This commit is contained in:
committed by
zhangguoliang3
parent
c03abd35bf
commit
4fc0e71ba6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user