-
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¶
- “SPI_0” if
ADXL372_SPI
&& !HAS_DTS_SPI_DEVICE
&&ADXL372
&&SENSOR
Kconfig definition¶
At drivers/sensor/adxl372/Kconfig:65
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_NAME string prompt "SPI device where ADXL372 is connected" ifADXL372_SPI
&& !HAS_DTS_SPI_DEVICE
&&ADXL372
&&SENSOR
default "SPI_0" ifADXL372_SPI
&& !HAS_DTS_SPI_DEVICE
&&ADXL372
&&SENSOR
depends onADXL372_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.)