From a45063428df84fc681279f942463001353d60ad8 Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Wed, 7 Jul 2021 09:11:28 -0500 Subject: cr50: add CRYPTO_TEST_SETUP description BUG=none TEST=none Change-Id: I24314865ef591ae791e20559534ca4e40af7d46d Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3010921 Reviewed-by: Vadim Sukhomlinov Reviewed-by: Andrey Pronin --- board/cr50/board.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/board/cr50/board.h b/board/cr50/board.h index b05718961f..e5c09040cb 100644 --- a/board/cr50/board.h +++ b/board/cr50/board.h @@ -566,6 +566,12 @@ enum nvmem_users { /* Total time deep sleep should not be allowed while wiping the TPM. */ #define DISABLE_SLEEP_TIME_TPM_WIPE (TPM_PROCESSING_TIME + TPM_RESET_TIME) +/*****************************************************************************/ +/* + * Options for CRYPTO_TEST=1 images. Crypto test support takes up more space + * than the standard image has available. Use this section to add crypto test + * features and remove things to free up enough space to build them. + */ #ifdef CRYPTO_TEST_SETUP /* Enable unsafe dev features for CCD in crypto test builds */ #define CONFIG_CMD_ROLLBACK -- cgit v1.2.1