From b59d0afd5f1a5b0a0d50bb537177dbb6addb5cf8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Jun 2021 15:56:43 -0600 Subject: zephyr: Add help for the ITE TCPM drivers These Kconfigs are missing the help text. Add some. Also drop the unnecessary and confusing 'default n' lines nearby. Once people see these in the code, they will multiply. BUG=b:189855648 BRANCH=none TEST=with other CLs, build asurada for Zephyr Signed-off-by: Simon Glass Change-Id: I8d6a327a2fbd57a0f25244e85424692c0d808b3f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2941821 Reviewed-by: Denis Brockus Tested-by: Denis Brockus Commit-Queue: Denis Brockus --- zephyr/Kconfig.usbc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'zephyr') diff --git a/zephyr/Kconfig.usbc b/zephyr/Kconfig.usbc index de12d21d81..94476cf536 100644 --- a/zephyr/Kconfig.usbc +++ b/zephyr/Kconfig.usbc @@ -1008,18 +1008,23 @@ endif # PLATFORM_EC_USB_PD_TCPM_TCPCI config PLATFORM_EC_USB_PD_TCPM_DRIVER_IT83XX bool "Enable IT83XX driver" depends on PLATFORM_EC_USB_PD_TCPM_ITE_ON_CHIP - default n + help + Enable a driver for the ITE IT83XX on-chip UBB Type-C Port Manager. + This supports up to two USB Type-C ports with Dual Role function + (provider and consumer) and Fast Role Swap detection. config PLATFORM_EC_USB_PD_TCPM_DRIVER_IT8XXX2 bool "Enable IT8XXX2 driver" depends on PLATFORM_EC_USB_PD_TCPM_ITE_ON_CHIP - default n + help + Enable a driver for the ITE IT8XXX2 on-chip UBB Type-C Port Manager. + This supports up to two USB Type-C ports with Dual Role function + (provider and consumer) and Fast Role Swap detection. endif # PLATFORM_EC_USBC_PPC config PLATFORM_EC_USB_PD_ONLY_FIXED_PDOS bool "Only support FIXED type PDOs" - default n help Ignore all non-fixed PDOs received from a src_caps message. Enable this for boards (like servo_v4) which only support FIXED PDO types. -- cgit v1.2.1