1# Copyright 2020 Matija Tudan
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config MAX17262
6	bool "MAX17262 Fuel Gauge"
7	default y
8	depends on DT_HAS_MAXIM_MAX17262_ENABLED
9	select I2C
10	help
11	  Enable I2C-based driver for MAX17262 Fuel Gauge. This driver supports
12	  reading various sensor settings including voltage, current, temperature,
13	  time to full/empty and remaining capacity in mAh.
14