summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
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.