-
CONFIG_SHT3XD_I2C_MASTER_DEV_NAME
¶
I2C master where SHT3xD is connected
Type: string
Help¶
Specify the device name of the I2C master device to which the SHT3xD chip is connected.
Kconfig definition¶
At drivers/sensor/sht3xd/Kconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:112
Menu path: (top menu) → Device Drivers → Sensor Drivers → SHT3xD Temperature and Humidity Sensor
config SHT3XD_I2C_MASTER_DEV_NAME string prompt "I2C master where SHT3xD is connected" ifSHT3XD
&&SENSOR
default "I2C_0" ifSHT3XD
&&SENSOR
depends onSHT3XD
&&SENSOR
help Specify the device name of the I2C master device to which the SHT3xD chip is connected.
(Definitions include propagated dependencies, including from if’s and menus.)