:orphan: .. title:: choice: SX9500 trigger mode .. _choice_289: .. describe:: choice: SX9500 trigger mode *SX9500 trigger mode* Type: ``bool`` Direct dependencies =================== \ :option:`SX9500 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SX9500_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :option:`SX9500_TRIGGER_NONE ` - \ :option:`SX9500_TRIGGER_GLOBAL_THREAD ` - \ :option:`SX9500_TRIGGER_OWN_THREAD ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/sx9500/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:177`` Menu path: (Top) → Device Drivers → Sensor Drivers → SX9500 I2C SAR Proximity Chip .. parsed-literal:: choice bool "SX9500 trigger mode" default \ :option:`SX9500_TRIGGER_GLOBAL_THREAD ` depends on \ :option:`SX9500 ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*