xref: /linux/net/netlink/Kconfig (revision 905e46acd3272d04566fec49afbd7ad9e2ed9ae3)
1#
2# Netlink Sockets
3#
4
5config NETLINK_DIAG
6	tristate "NETLINK: socket monitoring interface"
7	default n
8	---help---
9	  Support for NETLINK socket monitoring interface used by the ss tool.
10	  If unsure, say Y.
11