zephyr/drivers/i2c/Kconfig.wch
Andrei-Edward Popa e4c2cecb7d drivers: i2c: added wch i2c driver
added i2c driver for wch platforms

Signed-off-by: Andrei-Edward Popa <andrei.popa105@yahoo.com>
2025-04-17 21:17:06 +02:00

16 lines
337 B
Plaintext

# Copyright (c) 2025 Andrei-Edward Popa
# SPDX-License-Identifier: Apache-2.0
config I2C_WCH
bool "WCH I2C driver"
default y
depends on DT_HAS_WCH_I2C_ENABLED
select PINCTRL
help
Enable I2C support on WCH platforms
config I2C_WCH_XFER_TIMEOUT_MS
int "Set the transfer timeout in milliseconds"
depends on I2C_WCH
default 500