commit | d7c68a38bb4f9b7c1a2e4a772872c752ee5c44a6 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Sun Dec 15 22:08:01 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 16 19:22:22 2019 -0800 |
tree | 0dbf93ea63dade3d69b549d698228c1227d3a00e | |
parent | 65d88d04114bca7d85faebd5fed61069cb2b632c [diff] |
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>