summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.tcpm
diff options
context:
space:
mode:
authorMichał Barnaś <mb@semihalf.com>2022-10-20 15:46:40 +0200
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-10-28 17:32:50 +0000
commitf94d31912805f1df4cb9bfee3934778db579e618 (patch)
tree3877e7416bf96867f11777f4fd0f0808ffe17797 /zephyr/Kconfig.tcpm
parent527dc7d94acd8cedd8cd46cbcfeea174cb4ea1c1 (diff)
downloadchrome-ec-f94d31912805f1df4cb9bfee3934778db579e618.tar.gz
zephyr: fix invalid select for USB-C PPC RT1718S
The Kconfig option had invalid name after 'select' command which resulted in no Kconfig being selected. Fixing this misspell caused the compilation error due to the cyclic dependency. This commit removes the 'select' command since it wasn't working anyway. BUG=b:251812799 BRANCH=main TEST=compile without errors Change-Id: I92573a1eca4f9d56d41de758f67b0cbbfdac145d Signed-off-by: Michał Barnaś <mb@semihalf.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3982641 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.tcpm')
-rw-r--r--zephyr/Kconfig.tcpm1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/Kconfig.tcpm b/zephyr/Kconfig.tcpm
index 4078f3f9be..6e090c8575 100644
--- a/zephyr/Kconfig.tcpm
+++ b/zephyr/Kconfig.tcpm
@@ -241,7 +241,6 @@ config PLATFORM_EC_USB_PD_TCPM_RT1715
config PLATFORM_EC_USB_PD_TCPM_RT1718S
bool "Richtek RT1718S Type-C Port Controller"
- select PLATFORM_EC_USBC_PPC_RT17182S
help
The RT1718S is an integrated USB Type-C TCPC controller which
includes IEC-61000-4-2 ESD protection cell for CC/SBU/DP/DM.