-
CONFIG_I2C_5_DEFAULT_CFG
¶
Port 5 default configuration
Type: hex
Help¶
Allows the I2C port to be brought up with a default configuration. This is useful to set if other drivers depend upon using the I2C bus before the application has a chance to custom configure the port. Setting this value does not prohibit the application from customizing the values later. Refer to include/i2c.h file for proper values.
Defaults¶
- 0x0 if
I2C_5
&& !HAS_DTS_I2C
&&I2C
Kconfig definition¶
At drivers/i2c/Kconfig:183
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_5_DEFAULT_CFG hex prompt "Port 5 default configuration" ifI2C_5
&& !HAS_DTS_I2C
&&I2C
default 0x0 ifI2C_5
&& !HAS_DTS_I2C
&&I2C
depends onI2C_5
&& !HAS_DTS_I2C
&&I2C
help Allows the I2C port to be brought up with a default configuration. This is useful to set if other drivers depend upon using the I2C bus before the application has a chance to custom configure the port. Setting this value does not prohibit the application from customizing the values later. Refer to include/i2c.h file for proper values.
(Definitions include propagated dependencies, including from if’s and menus.)