:orphan: .. title:: CONFIG_BQ274XX_LAZY_CONFIGURE .. kconfig:: CONFIG_BQ274XX_LAZY_CONFIGURE 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 =================== \ :kconfig:`BQ274XX ` && \ :kconfig:`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:42`` → ``/Kconfig:64`` → ``/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.)*