:orphan: .. title:: BQ274XX .. option:: CONFIG_BQ274XX *BQ274xx Fuel Gauge* Type: ``bool`` Help ==== Enable I2C-based driver for BQ274xx Fuel Gauge. Direct dependencies =================== \ :option:`I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bq274xx/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:71`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: config BQ274XX bool "BQ274xx Fuel Gauge" depends on \ :option:`I2C ` && \ :option:`SENSOR ` help Enable I2C-based driver for BQ274xx Fuel Gauge. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*