zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_rt1715
Jianxiong Gu 391008b097 drivers: tcpc: Add TCPC driver for RT1715
Add support for RT1715.

Signed-off-by: Jianxiong Gu <jianxiong.gu@outlook.com>
2025-01-15 19:03:27 +01:00

28 lines
645 B
Text

# USB-C RT1715 TCPC configuration options
# Copyright (c) 2024 Jianxiong Gu <jianxiong.gu@outlook.com>
# SPDX-License-Identifier: Apache-2.0
config USBC_TCPC_RT1715
bool "USB-C TCPC device controller driver"
select USBC_TCPC_TCPCI
default y
depends on DT_HAS_RICHTEK_RT1715_ENABLED
help
Enable USB-C TCPC support for the Richtek RT1715
if USBC_TCPC_RT1715
config USBC_TCPC_RT1715_INIT_DELAY
int "RT1715 init delay"
default 5
help
Delay between each try of the TCPC initialization
config USBC_TCPC_RT1715_INIT_RETRIES
int "RT1715 init retries"
default 10
help
Number of initialization tries that will be performed
endif