:orphan: .. title:: choice LIS3MDL_TRIGGER_MODE: Trigger mode .. _choice_10: .. describe:: choice LIS3MDL_TRIGGER_MODE: Trigger mode *Trigger mode* Type: ``bool`` Help ==== Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :option:`BOARD_B_L4S5I_IOT01A ` || \ :option:`BOARD_DISCO_L475_IOT1 ` || (\ :option:`LIS3MDL ` && \ :option:`SENSOR `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`LIS3MDL_TRIGGER_NONE ` - \ :option:`LIS3MDL_TRIGGER_NONE ` - \ :option:`LIS3MDL_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :option:`LIS3MDL_TRIGGER_NONE ` - \ :option:`LIS3MDL_TRIGGER_GLOBAL_THREAD ` - \ :option:`LIS3MDL_TRIGGER_OWN_THREAD ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/b_l4s5i_iot01a/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: choice LIS3MDL_TRIGGER_MODE bool default \ :option:`LIS3MDL_TRIGGER_NONE ` depends on \ :option:`BOARD_B_L4S5I_IOT01A ` ---- At ``boards/arm/disco_l475_iot1/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: choice LIS3MDL_TRIGGER_MODE bool default \ :option:`LIS3MDL_TRIGGER_NONE ` depends on \ :option:`BOARD_DISCO_L475_IOT1 ` ---- At ``drivers/sensor/lis3mdl/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:119`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer .. parsed-literal:: choice LIS3MDL_TRIGGER_MODE bool "Trigger mode" default \ :option:`LIS3MDL_TRIGGER_GLOBAL_THREAD ` depends on \ :option:`LIS3MDL ` && \ :option:`SENSOR ` help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*