summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.usbc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-04 17:07:39 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-05 18:06:42 +0000
commitbcddd0e1f69ea38c3551c5576a8d3d7b937f8473 (patch)
treecda7a4df6dd45dd051258cad90103d0daa4dc09c /zephyr/Kconfig.usbc
parent19f5f16aabec08d5dd5472f208b5ab617287ce47 (diff)
downloadchrome-ec-bcddd0e1f69ea38c3551c5576a8d3d7b937f8473.tar.gz
zephyr: Correct the USB_PD_REV30 option
This has an extra CONFIG in it. Drop it since it was not intended. BUG=b:175434113 BRANCH=none TEST=build zephyr on volteer Check that CONFIG_USB_PD_REV30 is in fact enabled Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: Ibb93de1a25ff28d6b2dc29732c60b3ccafd7c0d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2674958 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.usbc')
-rw-r--r--zephyr/Kconfig.usbc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/Kconfig.usbc b/zephyr/Kconfig.usbc
index c39cb9cbc0..e5b6876b9f 100644
--- a/zephyr/Kconfig.usbc
+++ b/zephyr/Kconfig.usbc
@@ -340,7 +340,7 @@ config PLATFORM_EC_USB_PD_DISCHARGE_PPC
endchoice # Discharge method
-config PLATFORM_EC_CONFIG_USB_PD_REV30
+config PLATFORM_EC_USB_PD_REV30
bool "USB PD Rev3.0 functionality"
default y
help
@@ -553,7 +553,7 @@ config PLATFORM_EC_USB_PD_TRY_SRC
config PLATFORM_EC_USB_PD_USB4
bool "USB4 support"
- depends on PLATFORM_EC_CONFIG_USB_PD_REV30
+ depends on PLATFORM_EC_USB_PD_REV30
default y
help
This enables support for entering into USB4 mode between two port
@@ -563,7 +563,7 @@ config PLATFORM_EC_USB_PD_USB4
config PLATFORM_EC_USB_PD_TBT_COMPAT_MODE
bool "Thunderbolt-compatible mode support"
- depends on PLATFORM_EC_CONFIG_USB_PD_REV30
+ depends on PLATFORM_EC_USB_PD_REV30
default y
help
Enable this to allow entering into Thunderbolt-compatible mode between