CONFIG_ADXL372_SPI_DEV_NAME

SPI device where ADXL372 is connected

Type: string

Help

Specify the device name of the SPI device to which ADXL372 is connected.

Direct dependencies

ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adxl372/Kconfig:65

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

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

config ADXL372_SPI_DEV_NAME
    string
    prompt "SPI device where ADXL372 is connected" if ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR
    default "SPI_0" if ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR
    depends on ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR
    help
      Specify the device name of the SPI device to which ADXL372 is
      connected.

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