-
CONFIG_TMP007_I2C_MASTER_DEV_NAME
¶
I2C master where TMP007 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which the TMP007 chip is connected.
Kconfig definition¶
At drivers/sensor/tmp007/Kconfig:38
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:118
Menu path: (top menu) → Device Drivers → Sensor Drivers → TMP007 Infrared Thermopile Sensor
config TMP007_I2C_MASTER_DEV_NAME string prompt "I2C master where TMP007 is connected" ifTMP007
&&SENSOR
default "I2C_0" ifTMP007
&&SENSOR
depends onTMP007
&&SENSOR
help Specify the device name of the I2C master device to which the TMP007 chip is connected.
(Definitions include propagated dependencies, including from if’s and menus.)