-
CONFIG_ADT7420_I2C_MASTER_DEV_NAME
¶
I2C master where ADT7420 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which the ADT7420 chip is connected.
Direct dependencies¶
!HAS_DTS_I2C_DEVICE
&& ADT7420
&& SENSOR
(Includes any dependencies from if’s and menus.)
Defaults¶
- “I2C_0” if !
HAS_DTS_I2C_DEVICE
&&ADT7420
&&SENSOR
Kconfig definition¶
At drivers/sensor/adt7420/Kconfig:36
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:38
Menu path: (top menu) → Device Drivers → Sensor Drivers → ADT7420 Temperature Sensor
config ADT7420_I2C_MASTER_DEV_NAME string prompt "I2C master where ADT7420 is connected" if !HAS_DTS_I2C_DEVICE
&&ADT7420
&&SENSOR
default "I2C_0" if !HAS_DTS_I2C_DEVICE
&&ADT7420
&&SENSOR
depends on !HAS_DTS_I2C_DEVICE
&&ADT7420
&&SENSOR
help Specify the device name of the I2C master device to which the ADT7420 chip is connected.
(Definitions include propagated dependencies, including from if’s and menus.)