summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-06-04 15:56:43 -0600
committerCommit Bot <commit-bot@chromium.org>2021-06-11 21:27:48 +0000
commitb59d0afd5f1a5b0a0d50bb537177dbb6addb5cf8 (patch)
tree88d7fd924aca2235018686182e7d236893945313
parent826df25009616776d62a80fe641ac59182b101f8 (diff)
downloadchrome-ec-b59d0afd5f1a5b0a0d50bb537177dbb6addb5cf8.tar.gz
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 <sjg@chromium.org> Change-Id: I8d6a327a2fbd57a0f25244e85424692c0d808b3f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2941821 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Tested-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
-rw-r--r--zephyr/Kconfig.usbc11
1 files changed, 8 insertions, 3 deletions
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.