CONFIG_CAF_SETTINGS_LOADER_USE_THREAD

Enable loading of setting by separate thead

Type: bool

Help

The option enables loading of settings by separate
thread in background instead of use of system
work queue for that purpose.

Direct dependencies

CAF_SETTINGS_LOADER && CAF

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.settings_loader:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:50<nRF>/subsys/caf/Kconfig:16<nRF>/subsys/caf/modules/Kconfig:18

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Settings loader module

config CAF_SETTINGS_LOADER_USE_THREAD
    bool "Enable loading of setting by separate thead"
    depends on CAF_SETTINGS_LOADER && CAF
    help
      The option enables loading of settings by separate
      thread in background instead of use of system
      work queue for that purpose.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)