summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-06-22 12:15:06 -0500
committerCommit Bot <commit-bot@chromium.org>2021-06-28 18:21:57 +0000
commitc6b0971daa407213edc1f8ccc48a49994036c4d5 (patch)
treec007fcf65488baecdc50f06b89777f8c5c549114 /include/config.h
parentc6095192742c9f59f72a6178ece5a2dd8cea4e43 (diff)
downloadchrome-ec-c6b0971daa407213edc1f8ccc48a49994036c4d5.tar.gz
cr50: use board/cr50/dcrypto
BUG=b:191799047 TEST=make buildall -j ; run tpmtest Change-Id: I8b743c16c4e4b8b0779eb40ba1eb0a78613930f9 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2980812 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 8f7abdec59..b800904829 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1355,6 +1355,10 @@
*/
#undef CONFIG_DCRYPTO
/*
+ * Use dcrypto in the board directory instead of chip/g.
+ */
+#undef CONFIG_DCRYPTO_BOARD
+/*
* This provides struct definitions and function declarations that can be
* implemented by unit tests for testing code that depends on dcrypto.
* This should not be set at the same time as CONFIG_DCRYPTO.