summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index b800904829..5bab6a1c08 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1358,6 +1358,8 @@
* Use dcrypto in the board directory instead of chip/g.
*/
#undef CONFIG_DCRYPTO_BOARD
+/* Build FIPS utils in the module */
+#undef CONFIG_FIPS_UTIL
/*
* This provides struct definitions and function declarations that can be
* implemented by unit tests for testing code that depends on dcrypto.