:orphan: .. title:: CONFIG_MAX17055 .. kconfig:: CONFIG_MAX17055 CONFIG_MAX17055 ############### *MAX17055 Fuel Gauge* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/max17055/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:155`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config MAX17055 bool "MAX17055 Fuel Gauge" depends on I2C && SENSOR 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*