:orphan: .. title:: ITDS_TRIGGER .. option:: CONFIG_ITDS_TRIGGER *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Set to enable trigger mode using gpio interrupt, interrupts are configured to line INT0. Direct dependencies =================== \ :option:`ITDS ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/wsen_itds/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:209`` Menu path: (Top) → Device Drivers → Sensor Drivers → WSEN-ITDS 3-axis accel sensor .. code-block:: kconfig config ITDS_TRIGGER bool "Trigger mode" depends on ITDS && SENSOR help Set to enable trigger mode using gpio interrupt, interrupts are configured to line INT0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*