:orphan: .. title:: CONFIG_SX9500_TRIGGER .. kconfig:: CONFIG_SX9500_TRIGGER CONFIG_SX9500_TRIGGER ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SX9500 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SX9500_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`SX9500_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/sx9500/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:217`` Menu path: (Top) → Device Drivers → Sensor Drivers → SX9500 I2C SAR Proximity Chip .. code-block:: kconfig config SX9500_TRIGGER bool depends on SX9500 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*