blob: 1039d4f2ce11324b9430bab5489fe1d3afb8a8a3 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Andrey Vagineaaa3132013-03-21 20:33:48 +04002#
3# Netlink Sockets
4#
5
Andrey Vagineaaa3132013-03-21 20:33:48 +04006config NETLINK_DIAG
7 tristate "NETLINK: socket monitoring interface"
8 default n
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09009 help
Andrey Vagineaaa3132013-03-21 20:33:48 +040010 Support for NETLINK socket monitoring interface used by the ss tool.
11 If unsure, say Y.