Skip to content

Commit 6c9ab81

Browse files
Fabio Estevamarndb
authored andcommitted
arm64: defconfig: Ensure CRYPTO_CHACHA20_NEON is selected
Since commit 17ec3e7 ("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: 17ec3e7 ("crypto: lib/Kconfig - Hide arch options from user") Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 7c1bda0 commit 6c9ab81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,12 +1729,12 @@ CONFIG_NLS_CODEPAGE_437=y
17291729
CONFIG_NLS_ISO8859_1=y
17301730
CONFIG_SECURITY=y
17311731
CONFIG_CRYPTO_USER=y
1732+
CONFIG_CRYPTO_CHACHA20=m
17321733
CONFIG_CRYPTO_TEST=m
17331734
CONFIG_CRYPTO_ECHAINIV=y
17341735
CONFIG_CRYPTO_MICHAEL_MIC=m
17351736
CONFIG_CRYPTO_ANSI_CPRNG=y
17361737
CONFIG_CRYPTO_USER_API_RNG=m
1737-
CONFIG_CRYPTO_CHACHA20_NEON=m
17381738
CONFIG_CRYPTO_GHASH_ARM64_CE=y
17391739
CONFIG_CRYPTO_SHA1_ARM64_CE=y
17401740
CONFIG_CRYPTO_SHA2_ARM64_CE=y

0 commit comments

Comments
 (0)