The latest development version of this page may be more current than this released 2.6.1-rc1 version.
choice: Trigger mode

Trigger mode

Type: bool

Help

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

Direct dependencies

BMA280 && SENSOR

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At drivers/sensor/bma280/Kconfig:15

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:62drivers/sensor/Kconfig:57

Menu path: (Top) → Device Drivers → Sensor Drivers → BMA280 Three Axis Accelerometer Family

choice
    bool "Trigger mode"
    default BMA280_TRIGGER_GLOBAL_THREAD
    depends on BMA280 && SENSOR
    help
      Specify the type of triggering to be used by the driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)