From f94d31912805f1df4cb9bfee3934778db579e618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Barna=C5=9B?= Date: Thu, 20 Oct 2022 15:46:40 +0200 Subject: zephyr: fix invalid select for USB-C PPC RT1718S MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ś Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3982641 Reviewed-by: Abe Levkoy --- zephyr/Kconfig.tcpm | 1 - 1 file changed, 1 deletion(-) (limited to 'zephyr/Kconfig.tcpm') 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. -- cgit v1.2.1