:orphan: .. title:: choice: Trigger mode .. _choice_247: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Direct dependencies =================== \ :option:`FXAS21002 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`FXAS21002_TRIGGER_NONE ` Choice options ============== - \ :option:`FXAS21002_TRIGGER_NONE ` - \ :option:`FXAS21002_TRIGGER_GLOBAL_THREAD ` - \ :option:`FXAS21002_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/fxas21002/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:87`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver .. code-block:: kconfig choice bool "Trigger mode" default FXAS21002_TRIGGER_NONE depends on FXAS21002 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*