12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
|
# Copyright 2020 Matija Tudan
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config MAX17262
|
||
|
bool "MAX17262 Fuel Gauge"
|
||
|
depends on I2C
|
||
|
help
|
||
|
Enable I2C-based driver for MAX17262 Fuel Gauge. This driver supports
|
||
|
reading various sensor settings including voltage, current, temperature,
|
||
|
time to full/empty and remaining capacity in mAh.
|