CONFIG_ADXL362_SPI_DEV_SLAVE

SPI Slave Select where ADXL362 is connected

Type: int

Help

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

Direct dependencies

ADXL362 && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/adxl362/Kconfig:27

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → ADXL362 sensor

config ADXL362_SPI_DEV_SLAVE
    int
    prompt "SPI Slave Select where ADXL362 is connected" if ADXL362 && SENSOR
    default 2 if ADXL362 && SENSOR
    depends on ADXL362 && SENSOR
    help
      Specify the slave select pin of the SPI to which ADXL362 is
      connected.

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