-
CONFIG_ADXL372_I2C_MASTER_DEV_NAME
¶
I2C master where ADXL372 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which the ADXL372 chip is connected.
Direct dependencies¶
ADXL372_I2C
&& !HAS_DTS_I2C_DEVICE
&& ADXL372
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- “I2C_0” if
ADXL372_I2C
&& !HAS_DTS_I2C_DEVICE
&&ADXL372
&&SENSOR
Kconfig definition¶
At drivers/sensor/adxl372/Kconfig:48
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_I2C_MASTER_DEV_NAME string prompt "I2C master where ADXL372 is connected" ifADXL372_I2C
&& !HAS_DTS_I2C_DEVICE
&&ADXL372
&&SENSOR
default "I2C_0" ifADXL372_I2C
&& !HAS_DTS_I2C_DEVICE
&&ADXL372
&&SENSOR
depends onADXL372_I2C
&& !HAS_DTS_I2C_DEVICE
&&ADXL372
&&SENSOR
help Specify the device name of the I2C master device to which the ADXL372 chip is connected.
(Definitions include propagated dependencies, including from if’s and menus.)