:orphan: .. title:: CONFIG_IIS2MDC_TRIGGER_OWN_THREAD .. kconfig:: CONFIG_IIS2MDC_TRIGGER_OWN_THREAD CONFIG_IIS2MDC_TRIGGER_OWN_THREAD ################################# *Use own thread* Type: ``bool`` Direct dependencies =================== \ :kconfig:`GPIO ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`IIS2MDC_TRIGGER ` Kconfig definition ================== At ``/sensor/iis2mdc/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:111`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2MDC Magnetometer → Trigger mode .. code-block:: kconfig config IIS2MDC_TRIGGER_OWN_THREAD bool "Use own thread" select IIS2MDC_TRIGGER depends on GPIO && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*