: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 if's 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:32`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:40`` Menu path: (top menu) → Device Drivers → Sensor Drivers → APDS9960 Sensor .. parsed-literal:: config APDS9960_TRIGGER bool depends on \ :option:`APDS9960 ` && \ :option:`SENSOR ` *(Definitions include propagated dependencies, including from if's and menus.)*