summaryrefslogtreecommitdiff
path: root/board/drobit
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2021-03-15 10:25:50 -0600
committerCommit Bot <commit-bot@chromium.org>2021-03-16 00:58:27 +0000
commit5cc244149f9d2f2502860bb7fc718676001c3d26 (patch)
tree6b6c59e84c5b960630c2a9c2fd0fd27247706f82 /board/drobit
parent0d027cb3df7ba500fed6b5e04e31ea7096b4554a (diff)
downloadchrome-ec-5cc244149f9d2f2502860bb7fc718676001c3d26.tar.gz
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 <alevkoy@chromium.org> Change-Id: I5e52a46013315db4415a3255c12cd0fcd39354bd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2760804 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/drobit')
-rw-r--r--board/drobit/board.h3
1 files changed, 3 insertions, 0 deletions
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