wireguard: Kconfig: select parent dependency for crypto
authorJason A. Donenfeld <Jason@zx2c4.com>
Sun, 15 Dec 2019 21:08:01 +0000 (22:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2019 03:22:22 +0000 (19:22 -0800)
commitd7c68a38bb4f9b7c1a2e4a772872c752ee5c44a6
tree0dbf93ea63dade3d69b549d698228c1227d3a00e
parent65d88d04114bca7d85faebd5fed61069cb2b632c
wireguard: Kconfig: select parent dependency for crypto

This fixes the crypto selection submenu depenencies. Otherwise, we'd
wind up issuing warnings in which certain dependencies we also select
couldn't be satisfied. This condition was triggered by the addition of
the test suite autobuilder in the previous commit.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig