Skip to content
Snippets Groups Projects
user avatar
LF-2512-1-fix ARM: imx_v6_v7_defconfig: fix enabling CRYPTO_ARC4
Horia Geantă authored
CRYPTO_ARC4 was added previously, however since it depends
on CRYPTO_USER_API_ENABLE_OBSOLETE, it's not selected.

The chain of dependencies is:
CRYPTO_ARC4 -> CRYPTO_USER_API_ENABLE_OBSOLETE -> CRYPTO_USER_API

CRYPTO_USER_API cannot be enabled directly, it' selected by other
CRYPTO_USER_API_* symbols. CRYPTO_USER_API_RNG is picked.

Fixes: 7a2980e2fae2 ("LF-2512-1 ARM: imx_v6_v7_defconfig: enable CRYPTO_ARC4")
Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
Reviewed-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
79d5dc65
Name Last commit Last update