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