:orphan: .. title:: CONFIG_BMI160_TRIGGER .. kconfig:: CONFIG_BMI160_TRIGGER CONFIG_BMI160_TRIGGER ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BMI160 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BMI160_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`BMI160_TRIGGER_OWN_THREAD ` Kconfig definition ================== At ``/sensor/bmi160/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/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.)*