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