CONFIG_BQ274XX

BQ274xx Fuel Gauge

Type: bool

Help

Enable I2C-based driver for BQ274xx Fuel Gauge.

Direct dependencies

I2C && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/sensor/bq274xx/Kconfig:5

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:71

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

config BQ274XX
    bool "BQ274xx Fuel Gauge"
    depends on I2C && SENSOR
    help
      Enable I2C-based driver for BQ274xx Fuel Gauge.

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