xref: /linux/net/netlink/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas 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
9eaaa3139SAndrey Vagin	---help---
10eaaa3139SAndrey Vagin	  Support for NETLINK socket monitoring interface used by the ss tool.
11eaaa3139SAndrey Vagin	  If unsure, say Y.
12