-
CONFIG_I2C_4_NAME
¶
Port 4 device name
Type: string
Defaults¶
- “I2C_4” if
I2C_4
&& !HAS_DTS_I2C
&&I2C
Kconfig definition¶
At drivers/i2c/Kconfig:146
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_4_NAME string prompt "Port 4 device name" ifI2C_4
&& !HAS_DTS_I2C
&&I2C
default "I2C_4" ifI2C_4
&& !HAS_DTS_I2C
&&I2C
depends onI2C_4
&& !HAS_DTS_I2C
&&I2C
(Definitions include propagated dependencies, including from if’s and menus.)