Skip to content
Snippets Groups Projects
Commit 64b600bb authored by Horia Geantă's avatar Horia Geantă Committed by Dong Aisheng
Browse files

LF-2512-1 ARM: imx_v6_v7_defconfig: enable CRYPTO_ARC4

Until recently, CONFIG_CRYPTO_ARC4 was selected by:
- HOSTAP [=y] && NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_INTERSIL [=y]

However the series "[PATCH v3 0/7] crypto: mark ecb(arc4) skcipher as obsolete"
( https://lore.kernel.org/linux-crypto/20200831151649.21969-1-ardb@kernel.org/

 )
changed this, which means we must manually select the symbol.

Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
Acked-by: default avatarLi Yang <leoyang.li@nxp.com>
parent 36b99d4a
No related branches found
No related tags found
No related merge requests found
......@@ -568,6 +568,7 @@ CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_SHA3=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAST5=m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment