xref: /linux/net/netlink/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2eaaa3139SAndrey Vagin#
3eaaa3139SAndrey Vagin# Netlink Sockets
4eaaa3139SAndrey Vagin#
5eaaa3139SAndrey Vagin
6eaaa3139SAndrey Vaginconfig NETLINK_DIAG
7eaaa3139SAndrey Vagin	tristate "NETLINK: socket monitoring interface"
8eaaa3139SAndrey Vagin	default n
9*a7f7f624SMasahiro Yamada	help
10eaaa3139SAndrey Vagin	  Support for NETLINK socket monitoring interface used by the ss tool.
11eaaa3139SAndrey Vagin	  If unsure, say Y.
12