Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrey Vagin | eaaa313 | 2013-03-21 20:33:48 +0400 | [diff] [blame] | 2 | # |
3 | # Netlink Sockets | ||||
4 | # | ||||
5 | |||||
Andrey Vagin | eaaa313 | 2013-03-21 20:33:48 +0400 | [diff] [blame] | 6 | config NETLINK_DIAG |
7 | tristate "NETLINK: socket monitoring interface" | ||||
8 | default n | ||||
9 | ---help--- | ||||
10 | Support for NETLINK socket monitoring interface used by the ss tool. | ||||
11 | If unsure, say Y. |