:orphan: .. title:: CONFIG_LIS2MDL_TRIGGER .. kconfig:: CONFIG_LIS2MDL_TRIGGER CONFIG_LIS2MDL_TRIGGER ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LIS2MDL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`LIS2MDL_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`LIS2MDL_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/lis2mdl/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:129`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2MDL Magnetometer .. code-block:: kconfig config LIS2MDL_TRIGGER bool depends on LIS2MDL && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*