diff options
author | Oleksandr Suvorov <oleksandr.suvorov@toradex.com> | 2020-04-04 14:55:40 +0300 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@toradex.com> | 2020-04-04 16:00:02 +0300 |
commit | c5390eef98c42305cf634862cbd335d493921d73 (patch) | |
tree | 56fa4dc669701634d34aa8360609f6bae3f7ef67 /recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x | |
parent | 9196f055af34af3b677de256f2034f0776c165a0 (diff) |
linux-toradex-rt: synchronise defconfigs
Basically, as per the following commit from the
toradex_4.14-2.3.x-imx branch on git://git.toradex.com/linux-toradex.git
b1df9c77a53e92dc6b993007e3d8bb1f3cc61bf6:
colibri imx6ull: defconfig: enable building backports-5.4
Related-to: ELB-2388
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x')
5 files changed, 10 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/apalis-imx6/defconfig b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/apalis-imx6/defconfig index 2c26985..e250e37 100644 --- a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/apalis-imx6/defconfig +++ b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/apalis-imx6/defconfig @@ -368,6 +368,8 @@ CONFIG_CRYPTO_DEV_FSL_CAAM=y CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=m CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO=y +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=m CONFIG_CRC_CCITT=y CONFIG_CRC_T10DIF=y CONFIG_CRC7=m diff --git a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/colibri-imx6/defconfig b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/colibri-imx6/defconfig index 2862d20..34ddaea 100644 --- a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/colibri-imx6/defconfig +++ b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/colibri-imx6/defconfig @@ -361,6 +361,8 @@ CONFIG_CRYPTO_DEV_FSL_CAAM=y CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=m CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO=y +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=m CONFIG_CRC_CCITT=y CONFIG_CRC_T10DIF=y CONFIG_CRC7=m diff --git a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/colibri-imx6ull/defconfig b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/colibri-imx6ull/defconfig index 0669810..d263746 100644 --- a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/colibri-imx6ull/defconfig +++ b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/colibri-imx6ull/defconfig @@ -372,6 +372,8 @@ CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=m CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO=y CONFIG_CRYPTO_DEV_MXS_DCP=y +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=m CONFIG_CRC_CCITT=y CONFIG_CRC_T10DIF=y CONFIG_CRC7=m diff --git a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/mx7/defconfig b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/mx7/defconfig index 45a8325..13a1112 100644 --- a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/mx7/defconfig +++ b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/mx7/defconfig @@ -375,6 +375,8 @@ CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_DEV_FSL_CAAM=y CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=m +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=m CONFIG_CRC_CCITT=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=m diff --git a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/mx8/defconfig b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/mx8/defconfig index 3012099..3ebf033 100644 --- a/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/mx8/defconfig +++ b/recipes-kernel/linux/linux-toradex-rt-4.14-2.3.x/mx8/defconfig @@ -873,3 +873,5 @@ CONFIG_CRYPTO_SHA256_ARM64=y CONFIG_CRYPTO_SHA512_ARM64=m CONFIG_CRYPTO_CRC32_ARM64_CE=m CONFIG_CRYPTO_AES_ARM64=y +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=m |