:orphan: .. title:: BQ274XX_LAZY_CONFIGURE .. option:: CONFIG_BQ274XX_LAZY_CONFIGURE *Configure on first usage instead of init* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :option:`BQ274XX ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/bq274xx/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:75`` Menu path: (Top) → Device Drivers → Sensor Drivers → BQ274xx Fuel Gauge .. code-block:: kconfig 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.)*