-
CONFIG_MCP9808_I2C_DEV_NAME
¶
I2C master where MCP9808 is connected
Type: string
Help¶
Specify the device name of the I2C master device to which MCP9808 is connected.
Kconfig definition¶
At drivers/sensor/mcp9808/Kconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:100
Menu path: (top menu) → Device Drivers → Sensor Drivers → MCP9808 temperature sensor
config MCP9808_I2C_DEV_NAME string prompt "I2C master where MCP9808 is connected" ifMCP9808
&&SENSOR
default "I2C_0" ifMCP9808
&&SENSOR
depends onMCP9808
&&SENSOR
help Specify the device name of the I2C master device to which MCP9808 is connected.
(Definitions include propagated dependencies, including from if’s and menus.)