-
CONFIG_I2C_2_NAME
¶
Port 2 device name
Type: string
Defaults¶
- “I2C_2” if
I2C_2
&& !HAS_DTS_I2C
&&I2C
Kconfig definition¶
At drivers/i2c/Kconfig:96
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_2_NAME string prompt "Port 2 device name" ifI2C_2
&& !HAS_DTS_I2C
&&I2C
default "I2C_2" ifI2C_2
&& !HAS_DTS_I2C
&&I2C
depends onI2C_2
&& !HAS_DTS_I2C
&&I2C
(Definitions include propagated dependencies, including from if’s and menus.)