CONFIG_MAX17262¶
MAX17262 Fuel Gauge
Type: bool
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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/max17262/Kconfig:5
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:157
Menu path: (Top) → Device Drivers → Sensor Drivers
config MAX17262
    bool "MAX17262 Fuel Gauge"
    depends on I2C && SENSOR
    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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)