You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
623 B
28 lines
623 B
# 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
|
|
|