Message ID | 20220707003157.526645-7-Jason@zx2c4.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0d1f700807d846b00e33cc87d90f404bbc904a97 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | wireguard patches for 5.19-rc6 | expand |
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index b2a4f998c180..8c1eeb5a8db8 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -94,6 +94,7 @@ config WIREGUARD select CRYPTO_CURVE25519_NEON if ARM && KERNEL_MODE_NEON select CRYPTO_CHACHA_MIPS if CPU_MIPS32_R2 select CRYPTO_POLY1305_MIPS if MIPS + select CRYPTO_CHACHA_S390 if S390 help WireGuard is a secure, fast, and easy to use replacement for IPSec that uses modern cryptography and clever networking tricks. It's