diff options
author | Lu jicong <jiconglu58@gmail.com> | 2023-05-10 12:08:23 +0800 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-10 19:01:45 +0200 |
commit | 1645c34d564e0df774ec0f7bb58bcef2771703a6 (patch) | |
tree | e9847c36bcb2479c0f713adb15f5949e226e67b7 /target/linux/at91 | |
parent | d246cb89dae1a20a959c04cbcf973241e2ce5102 (diff) | |
download | upstream-1645c34d564e0df774ec0f7bb58bcef2771703a6.tar.gz upstream-1645c34d564e0df774ec0f7bb58bcef2771703a6.tar.bz2 upstream-1645c34d564e0df774ec0f7bb58bcef2771703a6.zip |
generic: enable CONFIG_ARM_CRYPTO for 32bit arm targets
Fix following error when building 32bit arm targets with kmod-crypto-sha512
ERROR: module '/home/user/openwrt/build_dir/target-arm_xscale_musl_eabi/linux-kirkwood_generic/linux-5.15.109/arch/arm/crypto/sha512-arm.ko' is missing.
Signed-off-by: Lu jicong <jiconglu58@gmail.com>
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/sam9x/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/at91/sama5/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/at91/sama7/config-5.15 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/at91/sam9x/config-5.15 b/target/linux/at91/sam9x/config-5.15 index ee241fe251..34c6d96b1c 100644 --- a/target/linux/at91/sam9x/config-5.15 +++ b/target/linux/at91/sam9x/config-5.15 @@ -16,6 +16,7 @@ CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARM=y CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARM_CRYPTO=y CONFIG_ARM_HAS_SG_CHAIN=y CONFIG_ARM_L1_CACHE_SHIFT=5 CONFIG_ARM_PATCH_PHYS_VIRT=y diff --git a/target/linux/at91/sama5/config-5.15 b/target/linux/at91/sama5/config-5.15 index 9f2ebbf4d4..3e51deb98e 100644 --- a/target/linux/at91/sama5/config-5.15 +++ b/target/linux/at91/sama5/config-5.15 @@ -16,6 +16,7 @@ CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARM=y CONFIG_ARM_AT91_CPUIDLE=y CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARM_CRYPTO=y CONFIG_ARM_HAS_SG_CHAIN=y CONFIG_ARM_HEAVY_MB=y CONFIG_ARM_L1_CACHE_SHIFT=6 diff --git a/target/linux/at91/sama7/config-5.15 b/target/linux/at91/sama7/config-5.15 index 27dca01a83..150059bf50 100644 --- a/target/linux/at91/sama7/config-5.15 +++ b/target/linux/at91/sama7/config-5.15 @@ -15,6 +15,7 @@ CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARM=y +CONFIG_ARM_CRYPTO=y CONFIG_ARM_GIC=y CONFIG_ARM_HAS_SG_CHAIN=y CONFIG_ARM_L1_CACHE_SHIFT=6 |