choice: Trigger mode

Trigger mode

Type: bool

Help

Specify the type of triggering to be used by the driver.

Direct dependencies

MPU6050 && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/mpu6050/Kconfig:40

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:106

Menu path: (top menu) → Device Drivers → Sensor Drivers → MPU6050 Six-Axis Motion Tracking Device

choice
    bool
    prompt "Trigger mode" if MPU6050 && SENSOR
    default MPU6050_TRIGGER_GLOBAL_THREAD if MPU6050 && SENSOR
    depends on MPU6050 && SENSOR
    help
      Specify the type of triggering to be used by the driver.

(Definitions include propagated dependencies, including from if’s and menus.)