From fcf762b7d2635e6cf6db361c9d28f9ee790dc474 Mon Sep 17 00:00:00 2001 From: "arthur.lin" Date: Mon, 15 Mar 2021 13:25:19 +0800 Subject: lindar: add define CONFIG_CMD_TCPC_DUMP add EC console command for TCPC dump. BRANCH=firmware-volteer-13672.B BUG=none TEST=make buildall -j Change-Id: I098250e6db2bcd1daa7cb746181e7fd578eac173 Signed-off-by: arthur.lin Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2759765 Reviewed-by: Keith Short Commit-Queue: Zhuohao Lee --- board/lindar/board.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/lindar/board.h') diff --git a/board/lindar/board.h b/board/lindar/board.h index 05edf2f376..9db31f3279 100644 --- a/board/lindar/board.h +++ b/board/lindar/board.h @@ -86,6 +86,9 @@ #undef CONFIG_USBC_RETIMER_INTEL_BB #undef CONFIG_USBC_RETIMER_INTEL_BB_RUNTIME_CONFIG +/* EC console commands */ +#define CONFIG_CMD_TCPC_DUMP + /* * Macros for GPIO signals used in common code that don't match the * schematic names. Signal names in gpio.inc match the schematic and are -- cgit v1.2.1