:orphan: .. title:: FDC2X1X_TRIGGER .. option:: CONFIG_FDC2X1X_TRIGGER *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`FDC2X1X ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`FDC2X1X_TRIGGER_GLOBAL_THREAD ` - \ :option:`FDC2X1X_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/fdc2x1x/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:85`` Menu path: (Top) → Device Drivers → Sensor Drivers → FDC2X1X Capacitance-to-Digital Converter .. code-block:: kconfig config FDC2X1X_TRIGGER bool depends on FDC2X1X && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*