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 |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 9 | help |
Andrey Vagin | eaaa313 | 2013-03-21 20:33:48 +0400 | [diff] [blame] | 10 | Support for NETLINK socket monitoring interface used by the ss tool. |
| 11 | If unsure, say Y. |