:orphan: .. title:: CONFIG_APDS9960_TRIGGER .. kconfig:: CONFIG_APDS9960_TRIGGER CONFIG_APDS9960_TRIGGER ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`APDS9960 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`APDS9960_TRIGGER_GLOBAL_THREAD ` Kconfig definition ================== At ``/sensor/apds9960/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:55`` Menu path: (Top) → Device Drivers → Sensor Drivers → APDS9960 Sensor .. code-block:: kconfig config APDS9960_TRIGGER bool depends on APDS9960 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*