:orphan: .. title:: CONFIG_BQ274XX .. kconfig:: CONFIG_BQ274XX CONFIG_BQ274XX ############## *BQ274xx Fuel Gauge* Type: ``bool`` Help ==== .. code-block:: none Enable I2C-based driver for BQ274xx Fuel Gauge. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/bq274xx/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:75`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig 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.)*