:orphan: .. title:: choice: Trigger mode .. _choice_359: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :kconfig:`BMG160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMG160_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`BMG160_TRIGGER_NONE ` - \ :kconfig:`BMG160_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`BMG160_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/bmg160/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:65`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support .. code-block:: kconfig choice bool "Trigger mode" default BMG160_TRIGGER_GLOBAL_THREAD depends on BMG160 && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*