-
CONFIG_I2C_0_NAME
¶
Port 0 device name
Type: string
Defaults¶
- “I2C_0” if
I2C_0
&& !HAS_DTS_I2C
&&I2C
Kconfig definition¶
At drivers/i2c/Kconfig:46
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_0_NAME string prompt "Port 0 device name" ifI2C_0
&& !HAS_DTS_I2C
&&I2C
default "I2C_0" ifI2C_0
&& !HAS_DTS_I2C
&&I2C
depends onI2C_0
&& !HAS_DTS_I2C
&&I2C
(Definitions include propagated dependencies, including from if’s and menus.)