15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
# Copyright 2020 Google LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MAX17055
|
|
bool "MAX17055 Fuel Gauge"
|
|
default y
|
|
depends on DT_HAS_MAXIM_MAX17055_ENABLED
|
|
select I2C
|
|
help
|
|
Enable I2C-based driver for MAX17055 Fuel Gauge. This driver supports
|
|
reading various sensor settings including charge level percentage,
|
|
time to full/empty, design voltage, temperature and remaining
|
|
capacity in mA.
|