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

Trigger mode

Type: bool

Help

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

Direct dependencies

BOARD_DISCO_L475_IOT1 || (HTS221 && SENSOR)

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

Kconfig definitions

At boards/arm/disco_l475_iot1/Kconfig.defconfig:108

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice HTS221_TRIGGER_MODE
    bool
    default HTS221_TRIGGER_NONE if BOARD_DISCO_L475_IOT1
    depends on BOARD_DISCO_L475_IOT1

At drivers/sensor/hts221/Kconfig:15

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → HTS221 temperature and humidity sensor

choice HTS221_TRIGGER_MODE
    bool
    prompt "Trigger mode" if HTS221 && SENSOR
    default HTS221_TRIGGER_GLOBAL_THREAD if HTS221 && SENSOR
    depends on HTS221 && SENSOR
    help
      Specify the type of triggering to be used by the driver.

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