The latest development version of this page may be more current than this released 1.14.1 version.
choice ADXL372_BUS_TYPE: Interface type

Interface type

Type: bool

Help

Select interface the digital interface type for the ADXL372

Direct dependencies

ADXL372 && SENSOR

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

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Choice options

Kconfig definition

At drivers/sensor/adxl372/Kconfig:16

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:32

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer

choice ADXL372_BUS_TYPE
    bool
    prompt "Interface type" if ADXL372 && SENSOR
    depends on ADXL372 && SENSOR
    help
      Select interface the digital interface type for the ADXL372

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