summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Sliwa <dominik.sliwa@toradex.com>2017-12-22 13:20:01 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-23 22:15:42 +0100
commit66ccdf081cd789203d7a5c7bcf779d8c54653d9e (patch)
treea948f4657030be4ead9ae4932d9f6c538b74f47f
parent541183fde7bcb6a0778cc6294d342e496d7878ee (diff)
linux-toradex: add crypto_ecdh support
Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig1
-rw-r--r--recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig1
-rw-r--r--recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6ull/defconfig1
-rw-r--r--recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig1
4 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig
index 23bb6a1..657a5bd 100644
--- a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig
+++ b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/apalis-imx6/defconfig
@@ -347,6 +347,7 @@ CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=10
# CONFIG_ARM_UNWIND is not set
CONFIG_DEBUG_USER=y
CONFIG_SECURITYFS=y
+CONFIG_CRYPTO_ECDH=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
diff --git a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig
index 3dc5755..e596873 100644
--- a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig
+++ b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6/defconfig
@@ -340,6 +340,7 @@ CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=10
# CONFIG_ARM_UNWIND is not set
CONFIG_DEBUG_USER=y
CONFIG_SECURITYFS=y
+CONFIG_CRYPTO_ECDH=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
diff --git a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6ull/defconfig b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6ull/defconfig
index 5cb0515..99530de 100644
--- a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6ull/defconfig
+++ b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/colibri-imx6ull/defconfig
@@ -350,6 +350,7 @@ CONFIG_STACKTRACE=y
# CONFIG_ARM_UNWIND is not set
CONFIG_DEBUG_USER=y
CONFIG_SECURITYFS=y
+CONFIG_CRYPTO_ECDH=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_CCM=y
diff --git a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig
index 7f32863..1eaf59c 100644
--- a/recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig
+++ b/recipes-kernel/linux/linux-toradex-4.9-1.0.x/mx7/defconfig
@@ -355,6 +355,7 @@ CONFIG_CORESIGHT_SINK_TPIU=y
CONFIG_CORESIGHT_SINK_ETBV10=y
CONFIG_CORESIGHT_SOURCE_ETM3X=y
CONFIG_SECURITYFS=y
+CONFIG_CRYPTO_ECDH=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_CCM=y