:orphan: .. title:: CONFIG_CAF_SENSOR_SAMPLER .. kconfig:: CONFIG_CAF_SENSOR_SAMPLER CONFIG_CAF_SENSOR_SAMPLER ######################### *Sensor sampler module* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SENSOR ` && \ :kconfig:`CAF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CAF_SENSOR_EVENTS ` Kconfig definition ================== At ``/subsys/caf/modules/Kconfig.sensor_sampler:7`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:44`` → ``/subsys/caf/Kconfig:16`` → ``/subsys/caf/modules/Kconfig:17`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework .. code-block:: kconfig menuconfig CAF_SENSOR_SAMPLER bool "Sensor sampler module" select CAF_SENSOR_EVENTS depends on SENSOR && CAF *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*