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:97

Included via Kconfig:10Kconfig.zephyr:19

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:41

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:84

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

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.)