CONFIG_ITDS_TRIGGER

Trigger mode

Type: bool

Help

Set to enable trigger mode using gpio interrupt, interrupts are
configured to line INT0.

Direct dependencies

ITDS && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr Driver>/sensor/wsen_itds/Kconfig:14

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:64<Zephyr Driver>/sensor/Kconfig:227

Menu path: (Top) → Device Drivers → Sensor Drivers → WSEN-ITDS 3-axis accel sensor

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.)