summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-05-05 11:06:02 -0500
committerCommit Bot <commit-bot@chromium.org>2021-05-07 16:17:33 +0000
commit985736f0b574252217290f4987134001e49d793e (patch)
tree93e40858a70c9ba243910d22cec4b9adb64db6d3 /include
parenta48725dc2064f5c13e2c393ad361c871b3a061bd (diff)
downloadchrome-ec-985736f0b574252217290f4987134001e49d793e.tar.gz
add CONFIG_SPI_HASH
Add CONFIG_SPI_HASH to control building spi hash support. BUG=b:186663661 TEST=flash usage doesn't change with make -j BOARD=cr50 Change-Id: If2f731897bcddec226cd0f388e94e82f7eeaeb8f Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2875475 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 9ef32893ae..9d6baf576f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3159,6 +3159,9 @@
*/
#undef CONFIG_SPI_CONTROLLER_NO_CS_GPIOS
+/* Add support for hashing AP RO */
+#undef CONFIG_SPI_HASH
+
/* Support testing SPI periph interface driver. */
#undef CONFIG_SPP_TEST