From 7103bc89ed2a4460a606b62b63df02e7f0ecb3df Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Tue, 5 Jan 2021 13:35:59 -0800 Subject: coil: remove usbc, usb_pd, charge_manager, and tcpm This code uses coil terms we're removing, but we don't use it in platform/cr50. Remove the code instead of replacing the terms. BUG=b:175244613 TEST=make buildall -j Change-Id: Ia64e1ff4df941d2fe19e95e84dee8b743616aa88 Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613135 Reviewed-by: Namyoon Woo --- include/config.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 3c57bb1487..e82af70e28 100644 --- a/include/config.h +++ b/include/config.h @@ -896,41 +896,6 @@ */ #undef CONFIG_CHARGER_BQ25710_IDCHG_LIMIT_MA -/* - * Define to use Power Delivery State Machine Framework. Along with - * CONFIG_USB_SM_FRAMEWORK, you must ensure the follow options are defined to - * use the new statemachine for USB-C: - * - * CONFIG_USB_TYPEC_SM (defined by default) - * CONFIG_USB_PRL_SM (defined by default) - * One of CONFIG_USB_PE_* policy engine options. - */ -#undef CONFIG_USB_SM_FRAMEWORK - -/* - * Define to enable Type-C State Machine. Must be enabled - * with CONFIG_USB_SM_FRAMEWORK - */ -#define CONFIG_USB_TYPEC_SM - -/* - * Define to enable Protocol Layer State Machine. Must be enabled - * with CONFIG_USB_SM_FRAMEWORK and CONFIG_USB_TYPEC_SM - */ -#define CONFIG_USB_PRL_SM - -/* - * Define to enable Policy Engine State Machine. Must be enabled - * with CONFIG_USB_SM_FRAMEWORK and CONFIG_USB_TYPEC_SM - */ -#define CONFIG_USB_PE_SM - -/* - * Define to enable Policy Engine State Machine. This is an override - * that is used to just pull in PE for unit testing. - */ -#undef CONFIG_TEST_USB_PE_SM - /* * Board specific maximum input current limit, in mA. */ -- cgit v1.2.1