:orphan: .. title:: choice: Trigger mode .. _choice_377: .. describe:: choice: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering used by the driver. Direct dependencies =================== \ :kconfig:`FDC2X1X ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`FDC2X1X_TRIGGER_NONE ` Choice options ============== - \ :kconfig:`FDC2X1X_TRIGGER_NONE ` - \ :kconfig:`FDC2X1X_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`FDC2X1X_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/fdc2x1x/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:85`` Menu path: (Top) → Device Drivers → Sensor Drivers → FDC2X1X Capacitance-to-Digital Converter .. code-block:: kconfig choice bool "Trigger mode" default FDC2X1X_TRIGGER_NONE depends on FDC2X1X && SENSOR help Specify the type of triggering used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*