CONFIG_ADXL372_SPI_DEV_SLAVE

SPI Slave Select where ADXL372 is connected

Type: int

Help

Specify the slave select pin of the SPI to which ADXL372 is connected.

Direct dependencies

ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR

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

Kconfig definition

At drivers/sensor/adxl372/Kconfig:73

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_SLAVE
    int
    prompt "SPI Slave Select where ADXL372 is connected" if ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR
    default 2 if ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR
    depends on ADXL372_SPI && !HAS_DTS_SPI_DEVICE && ADXL372 && SENSOR
    help
      Specify the slave select pin of the SPI to which ADXL372 is
      connected.

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