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 1676629 commit bc81690Copy full SHA for bc81690
arch/powerpc/lib/crypto/Kconfig
@@ -10,6 +10,7 @@ config CRYPTO_CHACHA20_P10
10
config CRYPTO_POLY1305_P10
11
tristate
12
depends on PPC64 && CPU_LITTLE_ENDIAN && VSX
13
+ depends on BROKEN # Needs to be fixed to work in softirq context
14
default CRYPTO_LIB_POLY1305
15
select CRYPTO_ARCH_HAVE_LIB_POLY1305
16
select CRYPTO_LIB_POLY1305_GENERIC
0 commit comments