:orphan: .. title:: CONFIG_ITDS_TRIGGER .. kconfig:: CONFIG_ITDS_TRIGGER 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 =================== \ :kconfig:`ITDS ` && \ :kconfig:`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:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:227`` 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.)*