:orphan: .. title:: CONFIG_BMC150_MAGN_TRIGGER .. kconfig:: CONFIG_BMC150_MAGN_TRIGGER CONFIG_BMC150_MAGN_TRIGGER ########################## *Enable triggers* Type: ``bool`` Help ==== .. code-block:: none Enable triggers for BMC150 magnetometer Direct dependencies =================== \ :kconfig:`GPIO ` && \ :kconfig:`BMC150_MAGN ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/bmc150_magn/Kconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:59`` Menu path: (Top) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip .. code-block:: kconfig config BMC150_MAGN_TRIGGER bool "Enable triggers" depends on GPIO && BMC150_MAGN && SENSOR help Enable triggers for BMC150 magnetometer *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*