zephyr/drivers/usb_c/tcpc/Kconfig.tcpc_ps8xxx
Michał Barnaś 82a6e9fc66 usbc: add TCPC driver for Parade PS8815 chip
Add support for the PS8815 and used with other PS8xxx family chips.

Signed-off-by: Michał Barnaś <barnas@google.com>
2024-09-23 10:03:19 +02:00

28 lines
623 B
Text

# USB-C PS8xxx TCPC configuration options
# Copyright 2024 Google LLC
# SPDX-License-Identifier: Apache-2.0
config USBC_TCPC_PS8XXX
bool "USB-C TCPC device controller driver"
select USBC_TCPC_TCPCI
default y
depends on DT_HAS_PARADE_PS8XXX_ENABLED
help
Enable USB-C TCPC support for the Parade PS8xxx chip family
if USBC_TCPC_PS8XXX
config USBC_TCPC_PS8XXX_INIT_DELAY
int "PS8xxx init delay"
default 25
help
Delay between each try of the TCPC initialization
config USBC_TCPC_PS8XXX_INIT_RETRIES
int "PS8xxx init retries"
default 10
help
Number of initialization tries that will be performed
endif