CONFIG_BQ274XX_LAZY_CONFIGURE¶
Configure on first usage instead of init
Type: bool
Help¶
Configuring the sensor can take a long time, which
we can delay till the first sample request and keep
the boot time as short as possible.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/bq274xx/Kconfig:13
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:75
Menu path: (Top) → Device Drivers → Sensor Drivers → BQ274xx Fuel Gauge
config BQ274XX_LAZY_CONFIGURE
    bool "Configure on first usage instead of init"
    depends on BQ274XX && SENSOR
    help
      Configuring the sensor can take a long time, which
      we can delay till the first sample request and keep
      the boot time as short as possible.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)