summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-05-05 10:45:57 -0500
committerCommit Bot <commit-bot@chromium.org>2021-05-07 16:17:22 +0000
commit769bb4fbb2a959b40c8a6ec408f1011464287b69 (patch)
tree3da39a64cd9ff7dd575cac467dc15d77d45ba09d /include/config.h
parent1908d6706c3cbdf06a3604d17785d72588825533 (diff)
downloadchrome-ec-769bb4fbb2a959b40c8a6ec408f1011464287b69.tar.gz
add CONFIG_CMD_WP
Add CONFIG_CMD_WP to control building the wp commands. This adds the wp console command, the bpforce console command, and the wp vendor command. BUG=b:186663661 TEST=flash usage doesn't change with make -j BOARD=cr50 Change-Id: I707ace6d35b691a49d983b714ad519ae85c7e01f Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2875470 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 86f8346bbf..e5f4d34b05 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1183,6 +1183,7 @@
#undef CONFIG_CMD_USB_PD_CABLE
#undef CONFIG_CMD_USB_PD_PE
#define CONFIG_CMD_WAITMS
+#define CONFIG_CMD_WP
#undef CONFIG_CMD_AP_RESET_LOG
/*****************************************************************************/