From 5cc244149f9d2f2502860bb7fc718676001c3d26 Mon Sep 17 00:00:00 2001 From: Abe Levkoy Date: Mon, 15 Mar 2021 10:25:50 -0600 Subject: voxel, drobit: Create EC mode entry builds Disable AP-driven mode entry to facilitate regression testing. Also remove now-unused voxel_apmodeentry build. BUG=b:181144682 TEST=make BOARD=voxel_ecmodeentry; make BOARD=drobit_ecmodeentry TEST=Inspect .config files BRANCH=firmware-volteer-13672.B-main Signed-off-by: Abe Levkoy Change-Id: I5e52a46013315db4415a3255c12cd0fcd39354bd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2760804 Reviewed-by: Keith Short Commit-Queue: Keith Short --- board/drobit/board.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/drobit') diff --git a/board/drobit/board.h b/board/drobit/board.h index 61c89442b0..2f3b023622 100644 --- a/board/drobit/board.h +++ b/board/drobit/board.h @@ -62,6 +62,9 @@ #define PD_MAX_VOLTAGE_MV 20000 #define CONFIG_USB_PD_REQUIRE_AP_MODE_ENTRY +#ifdef BOARD_DROBIT_ECMODEENTRY +#undef CONFIG_USB_PD_REQUIRE_AP_MODE_ENTRY +#endif /* Enabling Thunderbolt-compatible mode */ #define CONFIG_USB_PD_TBT_COMPAT_MODE -- cgit v1.2.1