Commit 864e898b authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Jakub Kicinski
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210125232026.106855-1-masahiroy@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent d32f834c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
#

menuconfig NET_9P
	depends on NET
	tristate "Plan 9 Resource Sharing Support (9P2000)"
	help
	  If you say Y here, you will get experimental support for
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@

config BATMAN_ADV
	tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
	depends on NET
	select LIBCRC32C
	help
	  B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

menuconfig BT
	tristate "Bluetooth subsystem support"
	depends on NET && !S390
	depends on !S390
	depends on RFKILL || !RFKILL
	select CRC16
	select CRYPTO
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
menuconfig BPFILTER
	bool "BPF based packet filtering framework (BPFILTER)"
	depends on NET && BPF && INET
	depends on BPF && INET
	select USERMODE_DRIVER
	help
	  This builds experimental bpfilter framework that is aiming to
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
#

menuconfig CAN
	depends on NET
	tristate "CAN bus subsystem support"
	help
	  Controller Area Network (CAN) is a slow (up to 1Mbit/s) serial
Loading