:orphan: .. title:: CONFIG_VCNL4040_TRIGGER .. kconfig:: CONFIG_VCNL4040_TRIGGER CONFIG_VCNL4040_TRIGGER ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`VCNL4040 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`VCNL4040_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`VCNL4040_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/vcnl4040/Kconfig:19`` 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 .. code-block:: kconfig config VCNL4040_TRIGGER bool depends on VCNL4040 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*