summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/config_chip.h')
-rw-r--r--zephyr/shim/include/config_chip.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/zephyr/shim/include/config_chip.h b/zephyr/shim/include/config_chip.h
index 231e5b9d38..299bef85ee 100644
--- a/zephyr/shim/include/config_chip.h
+++ b/zephyr/shim/include/config_chip.h
@@ -806,6 +806,21 @@ enum battery_type {
#define CONFIG_USB_PD_USB4
#endif
+#undef CONFIG_USB_PD_FRS
+#ifdef CONFIG_PLATFORM_EC_USB_PD_FRS
+#define CONFIG_USB_PD_FRS
+#endif
+
+#undef CONFIG_USB_PD_FRS_TCPC
+#ifdef CONFIG_PLATFORM_EC_USB_PD_FRS_TCPC
+#define CONFIG_USB_PD_FRS_TCPC
+#endif
+
+#undef CONFIG_USB_PD_FRS_PPC
+#ifdef CONFIG_PLATFORM_EC_USB_PD_FRS_PPC
+#define CONFIG_USB_PD_FRS_PPC
+#endif
+
#undef CONFIG_VSTORE
#undef VSTORE_SLOT_COUNT
#ifdef CONFIG_PLATFORM_EC_VSTORE