summaryrefslogtreecommitdiffstats
path: root/net/netlink/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/netlink/Kconfig')
-rw-r--r--net/netlink/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netlink/Kconfig b/net/netlink/Kconfig
new file mode 100644
index 000000000..1039d4f2c
--- /dev/null
+++ b/net/netlink/Kconfig
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# Netlink Sockets
+#
+
+config NETLINK_DIAG
+ tristate "NETLINK: socket monitoring interface"
+ default n
+ help
+ Support for NETLINK socket monitoring interface used by the ss tool.
+ If unsure, say Y.