From 3ca9bf65fa15cc12c5264d12be2eef918ba8a6c9 Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Wed, 12 Apr 2023 22:18:31 -0700 Subject: rex: Enable USB PD logging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The kernel has the capability to probe the EC for PD logs, so enable the EC to support such requests. BRANCH=none BUG=b:271939417 TEST=no more EC console spam about unknown host command 0x0115 Change-Id: I3ecb99cfcca1000b261c376aa8a67890ff07879c Signed-off-by: Caveh Jalali Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4424881 Reviewed-by: Madhu 🌱 Reviewed-by: Boris Mittelberg --- zephyr/program/rex/program.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/program/rex/program.conf b/zephyr/program/rex/program.conf index 75351088fe..0e572e373c 100644 --- a/zephyr/program/rex/program.conf +++ b/zephyr/program/rex/program.conf @@ -82,6 +82,7 @@ CONFIG_PLATFORM_EC_USB_PD_VBUS_DETECT_TCPC=y CONFIG_PLATFORM_EC_USB_PD_DISCHARGE_PPC=y CONFIG_PLATFORM_EC_USB_PD_FRS=y CONFIG_PLATFORM_EC_USB_PD_FRS_PPC=y +CONFIG_PLATFORM_EC_USB_PD_LOGGING=y CONFIG_PLATFORM_EC_USB_PD_REV30=y CONFIG_PLATFORM_EC_USB_PD_TCPC_LOW_POWER=y CONFIG_PLATFORM_EC_USB_PD_TCPM_TCPCI=y -- cgit v1.2.1