-
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.)
Defaults¶
- 2 if
ADXL372_SPI
&& !HAS_DTS_SPI_DEVICE
&&ADXL372
&&SENSOR
Kconfig definition¶
At drivers/sensor/adxl372/Kconfig:73
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/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" ifADXL372_SPI
&& !HAS_DTS_SPI_DEVICE
&&ADXL372
&&SENSOR
default 2 ifADXL372_SPI
&& !HAS_DTS_SPI_DEVICE
&&ADXL372
&&SENSOR
depends onADXL372_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.)