:orphan: .. title:: CONFIG_LIS3MDL_TRIGGER .. kconfig:: CONFIG_LIS3MDL_TRIGGER CONFIG_LIS3MDL_TRIGGER ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LIS3MDL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`LIS3MDL_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`LIS3MDL_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/lis3mdl/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:131`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer .. code-block:: kconfig config LIS3MDL_TRIGGER bool depends on LIS3MDL && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*