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

Trigger mode

Type: bool

Help

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

Direct dependencies

(LSM6DSL && BOARD_96B_ARGONKEY) || (LSM6DSL && BOARD_DISCO_L475_IOT1) || (LSM6DSL && SENSOR)

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

Kconfig definitions

At boards/arm/96b_argonkey/Kconfig.defconfig:81

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice LSM6DSL_TRIGGER_MODE
    bool
    default LSM6DSL_TRIGGER_GLOBAL_THREAD if LSM6DSL && BOARD_96B_ARGONKEY
    depends on LSM6DSL && BOARD_96B_ARGONKEY

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice LSM6DSL_TRIGGER_MODE
    bool
    default LSM6DSL_TRIGGER_GLOBAL_THREAD if LSM6DSL && BOARD_DISCO_L475_IOT1
    depends on LSM6DSL && BOARD_DISCO_L475_IOT1

At drivers/sensor/lsm6dsl/Kconfig:19

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → LSM6DSL I2C/SPI accelerometer and gyroscope Chip

choice LSM6DSL_TRIGGER_MODE
    bool
    prompt "Trigger mode" if LSM6DSL && SENSOR
    depends on LSM6DSL && SENSOR
    help
      Specify the type of triggering to be used by the driver.

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