blob: f07114e83648697bd4775a0bb4a2836ac5e35685 [file] [log] [blame] [edit]
# 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