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