The latest development version of this page may be more current than this released 1.14.1 version.
choice LIS3MDL_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 || (LIS3MDL && SENSOR)

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

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice LIS3MDL_TRIGGER_MODE
    bool
    default LIS3MDL_TRIGGER_NONE if BOARD_DISCO_L475_IOT1
    depends on BOARD_DISCO_L475_IOT1

At drivers/sensor/lis3mdl/Kconfig:14

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer

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

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