:orphan: .. title:: CONFIG_SENSOR_SIM_TRIGGER .. kconfig:: CONFIG_SENSOR_SIM_TRIGGER CONFIG_SENSOR_SIM_TRIGGER ######################### *Sensor simulator trigger* Type: ``bool`` Help ==== .. code-block:: none Enable trigger mode. Direct dependencies =================== \ :kconfig:`SENSOR_SIM ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/drivers/sensor/sensor_sim/Kconfig:58`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:57`` → ``/drivers/Kconfig:13`` → ``/drivers/sensor/Kconfig:15`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Sensor Drivers → Sensor simulator .. code-block:: kconfig config SENSOR_SIM_TRIGGER bool "Sensor simulator trigger" depends on SENSOR_SIM && SENSOR help Enable trigger mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*