summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/crypto.inc
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-11-11 16:17:52 -0600
committerJohn Klug <john.klug@multitech.com>2020-11-11 16:17:52 -0600
commit4bb6f26b05450777d14aa96e10783066c2503dc2 (patch)
tree3ed6c4bb86736d28926fd37a3c2b4eb81de44c82 /recipes-kernel/linux/crypto.inc
downloadmeta-multitech-atmel-5.3.0b.tar.gz
meta-multitech-atmel-5.3.0b.tar.bz2
meta-multitech-atmel-5.3.0b.zip
Add new BSP submodule for Atmel Processors.5.3.0b5.3.0a
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 \
+"