We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b9bf9 commit ba22e81Copy full SHA for ba22e81
arch/powerpc/crypto/Kconfig
@@ -113,7 +113,7 @@ config CRYPTO_AES_GCM_P10
113
114
config CRYPTO_CHACHA20_P10
115
tristate "Ciphers: ChaCha20, XChacha20, XChacha12 (P10 or later)"
116
- depends on PPC64 && CPU_LITTLE_ENDIAN
+ depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
117
select CRYPTO_SKCIPHER
118
select CRYPTO_LIB_CHACHA_GENERIC
119
select CRYPTO_ARCH_HAVE_LIB_CHACHA
@@ -127,7 +127,7 @@ config CRYPTO_CHACHA20_P10
127
128
config CRYPTO_POLY1305_P10
129
tristate "Hash functions: Poly1305 (P10 or later)"
130
131
select CRYPTO_HASH
132
select CRYPTO_LIB_POLY1305_GENERIC
133
help
0 commit comments