wireguard: kconfig: use arm chacha even with no neon
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 22 Feb 2021 16:25:49 +0000 (17:25 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Feb 2021 23:59:35 +0000 (15:59 -0800)
commitbce2473927af8de12ad131a743f55d69d358c0b9
tree436af1763deeea32520f4bbd254ae001f2ec8719
parent8b5553ace83cced775eefd0f3f18b5c6214ccf7a
wireguard: kconfig: use arm chacha even with no neon

The condition here was incorrect: a non-neon fallback implementation is
available on arm32 when NEON is not supported.

Reported-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Fixes: e7096c131e51 ("net: WireGuard secure network tunnel")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/Kconfig