The latest development version of this page may be more current than this released 1.14.1 version.
choice LIS2DH_TRIGGER_MODE: Trigger mode

Trigger mode

Type: bool

Help

Specify the type of triggering to be used by the driver.

Direct dependencies

LIS2DH && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Kconfig definition

At drivers/sensor/lis2dh/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:72

Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer

choice LIS2DH_TRIGGER_MODE
    bool
    prompt "Trigger mode" if LIS2DH && SENSOR
    depends on LIS2DH && SENSOR
    help
      Specify the type of triggering to be used by the driver.

(Definitions include propagated dependencies, including from if’s and menus.)