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