:orphan: .. title:: choice LIS2MDL_TRIGGER_MODE: Trigger mode .. _choice_400: .. describe:: choice LIS2MDL_TRIGGER_MODE: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :kconfig:`LIS2MDL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LIS2MDL_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`LIS2MDL_TRIGGER_NONE ` - \ :kconfig:`LIS2MDL_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`LIS2MDL_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/lis2mdl/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:129`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2MDL Magnetometer .. code-block:: kconfig choice LIS2MDL_TRIGGER_MODE bool "Trigger mode" default LIS2MDL_TRIGGER_GLOBAL_THREAD depends on LIS2MDL && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*