zephyr/drivers/sensor/max17055/Kconfig
Simon Glass ee34aced6a sensor: max17055: Add MAX17055 driver
Add support for the Maxim MAX17055 fueld-gauge sensor.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-07-23 12:12:09 -04:00

13 lines
377 B
Plaintext

# Copyright 2020 Google LLC
#
# SPDX-License-Identifier: Apache-2.0
config MAX17055
bool "MAX17055 Fuel Gauge"
depends on I2C && HAS_DTS_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.