summaryrefslogtreecommitdiff
path: root/net/psample
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-01-26 02:20:26 +0300
committerJakub Kicinski <kuba@kernel.org>2021-01-28 04:04:12 +0300
commit864e898ba3f6a7974d35efb604a1345d50e45f91 (patch)
treeb4e5a779c6bff9aeb264f5cf677394a5f55f63f4 /net/psample
parentd32f834cd6873d9a5ed18ad028700f60d1688cf3 (diff)
downloadlinux-864e898ba3f6a7974d35efb604a1345d50e45f91.tar.xz
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>
Diffstat (limited to 'net/psample')
-rw-r--r--net/psample/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/psample/Kconfig b/net/psample/Kconfig
index 028f514a9c60..be0b839209ba 100644
--- a/net/psample/Kconfig
+++ b/net/psample/Kconfig
@@ -4,7 +4,6 @@
#
menuconfig PSAMPLE
- depends on NET
tristate "Packet-sampling netlink channel"
default n
help