:orphan: .. title:: CONFIG_BMG160_TRIGGER .. kconfig:: CONFIG_BMG160_TRIGGER CONFIG_BMG160_TRIGGER ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BMG160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BMG160_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`BMG160_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/bmg160/Kconfig:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:65`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support .. code-block:: kconfig config BMG160_TRIGGER bool depends on BMG160 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*