From 769bb4fbb2a959b40c8a6ec408f1011464287b69 Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Wed, 5 May 2021 10:45:57 -0500 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2875470 Reviewed-by: Vadim Sukhomlinov Reviewed-by: Namyoon Woo --- include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/config.h') 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 /*****************************************************************************/ -- cgit v1.2.1