:orphan: .. title:: VCNL4040_TRIGGER_OWN_THREAD .. option:: CONFIG_VCNL4040_TRIGGER_OWN_THREAD *Use own thread* Type: ``bool`` Direct dependencies =================== \ :option:`GPIO ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`VCNL4040_TRIGGER ` Kconfig definition ================== At ``/sensor/vcnl4040/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:203`` Menu path: (Top) → Device Drivers → Sensor Drivers → VCNL4040 Proximity and Ambient Light Sensor → Trigger mode .. code-block:: kconfig config VCNL4040_TRIGGER_OWN_THREAD bool "Use own thread" select VCNL4040_TRIGGER depends on GPIO && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*