:orphan: .. title:: choice: Trigger mode .. _choice_237: .. 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 ================== .. highlight:: kconfig At ``drivers/sensor/fxas21002/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:81`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver .. parsed-literal:: choice bool "Trigger mode" default \ :option:`FXAS21002_TRIGGER_NONE ` depends on \ :option:`FXAS21002 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*