[PATCH] arm64: defconfig: Ensure CRYPTO_CHACHA20_NEON is selected
Arnd Bergmann
arnd at kernel.org
Thu May 15 08:24:09 PDT 2025
On Thu, May 15, 2025, at 17:15, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
>
> Since commit 17ec3e71ba79 ("crypto: lib/Kconfig - Hide arch options from
> user"), the CRYPTO_CHACHA20_NEON option is no longer selected by default
> due to changes in how crypto library options are exposed and selected.
>
> To restore the previous behavior and ensure CRYPTO_CHACHA20_NEON is
> enabled, explicitly select CONFIG_CRYPTO_CHACHA20 in the defconfig. This
> pulls in CRYPTO_LIB_CHACHA_INTERNAL and allows CRYPTO_CHACHA20_NEON to be
> selected automatically as before.
>
> Fixes: 17ec3e71ba79 ("crypto: lib/Kconfig - Hide arch options from user")
> Signed-off-by: Fabio Estevam <festevam at denx.de>
Acked-by: Arnd Bergmann <arnd at arndb.de>
in case Herbert wants to pick this up as a fix for the crypto tree,
or I can apply this through arm-soc if you send a copy to soc at lists.linux.dev.
Arnd
More information about the linux-arm-kernel
mailing list