The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SBS_GAUGE

Smart Battery Fuel Gauge

Type: bool

Help

Enable I2C-based/SMBus-based driver for a Smart Battery Fuel Gauge.

Direct dependencies

I2C && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/sbs_gauge/Kconfig:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:187

Menu path: (Top) → Device Drivers → Sensor Drivers

config SBS_GAUGE
    bool "Smart Battery Fuel Gauge"
    depends on I2C && SENSOR
    help
      Enable I2C-based/SMBus-based driver for a Smart Battery Fuel Gauge.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)