blob: 8a2696d66c203c55530d21281a52057cfb861330 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#
2# Netlink Sockets
3#
4
5config NETLINK_DIAG
6 tristate "NETLINK: socket monitoring interface"
7 select SOCK_DIAG
8 default n
9 ---help---
10 Support for NETLINK socket monitoring interface used by the ss tool.
11 If unsure, say Y.