The latest development version of this page may be more current than this released 2.7.5 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_B_L4S5I_IOT01A || BOARD_DISCO_L475_IOT1 || (HTS221 && SENSOR)

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definitions

At boards/arm/b_l4s5i_iot01a/Kconfig.defconfig:19

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice HTS221_TRIGGER_MODE
    bool
    default HTS221_TRIGGER_NONE
    depends on BOARD_B_L4S5I_IOT01A

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

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

choice HTS221_TRIGGER_MODE
    bool
    default HTS221_TRIGGER_NONE
    depends on BOARD_DISCO_L475_IOT1

At drivers/sensor/hts221/Kconfig:12

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

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

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

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