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

Trigger mode

Type: bool

Help

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

Direct dependencies

LPS22HH && SENSOR

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At drivers/sensor/lps22hh/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:139

Menu path: (Top) → Device Drivers → Sensor Drivers → LPS22HH pressure and temperature

choice LPS22HH_TRIGGER_MODE
    bool "Trigger mode"
    default LPS22HH_TRIGGER_GLOBAL_THREAD
    depends on LPS22HH && SENSOR
    help
      Specify the type of triggering to be used by the driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)