summaryrefslogtreecommitdiff
path: root/board/brya
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2021-03-09 22:38:16 -0800
committerCommit Bot <commit-bot@chromium.org>2021-03-10 20:00:57 +0000
commit66763669939f6a50ad0712c3bfe27bd65cc67015 (patch)
tree124936d8716f33ba52819f5e0a08cbbc3facb7f9 /board/brya
parenta21927dd4018415f8ac85b0961c92febffd6ac1b (diff)
downloadchrome-ec-66763669939f6a50ad0712c3bfe27bd65cc67015.tar.gz
brya: Enable bringup related configs
This change enables bringup related configs: CONFIG_BRINGUP CONFIG_SYSTEM_UNLOCKED BUG=b:173575131 BRANCH=None TEST=make -j buildall Signed-off-by: Caveh Jalali <caveh@chromium.org> Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: I20256eca527ec11db9fd04ce84d960ad16d4401f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2747705 Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/brya')
-rw-r--r--board/brya/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/brya/board.h b/board/brya/board.h
index 9fb76545dd..e9d2243bfb 100644
--- a/board/brya/board.h
+++ b/board/brya/board.h
@@ -16,6 +16,9 @@
/* Baseboard features */
#include "baseboard.h"
+#define CONFIG_BRINGUP
+#define CONFIG_SYSTEM_UNLOCKED
+
/*
* Disable features enabled by default.
*/