xref: /linux/net/netlink/Kconfig (revision a7f7f6248d9740d710fd6bd190293fe5e16410ac)
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