summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/crypto.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/crypto.inc')
-rw-r--r--recipes-kernel/linux/crypto.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-kernel/linux/crypto.inc b/recipes-kernel/linux/crypto.inc
new file mode 100644
index 0000000..a557ded
--- /dev/null
+++ b/recipes-kernel/linux/crypto.inc
@@ -0,0 +1,17 @@
+# modules to load for Crypto on boot
+KERNEL_MODULE_AUTOLOAD_mtcdt += " \
+ sha512_generic \
+"
+
+KERNEL_MODULE_AUTOLOAD_mtrv1 += " \
+ sha512_generic \
+"
+
+
+KERNEL_MODULE_AUTOLOAD_mtr += " \
+ sha512_generic \
+"
+
+KERNEL_MODULE_AUTOLOAD_mtcap += " \
+ sha512_generic \
+"