:orphan: .. title:: BMI160_TRIGGER .. option:: CONFIG_BMI160_TRIGGER *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`BMI160 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BMI160_TRIGGER_GLOBAL_THREAD ` - \ :option:`BMI160_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/bmi160/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:67`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMI160 inertial measurement unit .. code-block:: kconfig config BMI160_TRIGGER bool depends on BMI160 && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*