net: remove redundant 'depends on NET'

These Kconfig files are included from net/Kconfig, inside the
if NET ... endif.

Remove 'depends on NET', which we know it is already met.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210125232026.106855-1-masahiroy@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Masahiro Yamada
2021-01-26 08:20:26 +09:00
committed by Jakub Kicinski
parent d32f834cd6
commit 864e898ba3
12 changed files with 5 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
#
config DNS_RESOLVER
tristate "DNS Resolver support"
depends on NET && KEYS
depends on KEYS
help
Saying Y here will include support for the DNS Resolver key type
which can be used to make upcalls to perform DNS lookups in