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/bcm27xx | |
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/bcm27xx')
-rw-r--r-- | target/linux/bcm27xx/bcm2708/config-5.15 | 1 | ||||
-rw-r--r-- | target/linux/bcm27xx/bcm2709/config-5.15 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/bcm2708/config-5.15 b/target/linux/bcm27xx/bcm2708/config-5.15 index 124f90b18e..e5dd414c6c 100644 --- a/target/linux/bcm27xx/bcm2708/config-5.15 +++ b/target/linux/bcm27xx/bcm2708/config-5.15 @@ -17,6 +17,7 @@ CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARM=y CONFIG_ARM_AMBA=y CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARM_CRYPTO=y CONFIG_ARM_ERRATA_411920=y CONFIG_ARM_HAS_SG_CHAIN=y CONFIG_ARM_L1_CACHE_SHIFT=5 diff --git a/target/linux/bcm27xx/bcm2709/config-5.15 b/target/linux/bcm27xx/bcm2709/config-5.15 index 52ca518e99..c4e332bb4d 100644 --- a/target/linux/bcm27xx/bcm2709/config-5.15 +++ b/target/linux/bcm27xx/bcm2709/config-5.15 @@ -22,6 +22,7 @@ CONFIG_ARM_AMBA=y CONFIG_ARM_ARCH_TIMER=y CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y CONFIG_ARM_CPU_SUSPEND=y +CONFIG_ARM_CRYPTO=y CONFIG_ARM_GIC=y CONFIG_ARM_HAS_SG_CHAIN=y CONFIG_ARM_L1_CACHE_SHIFT=6 |