2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-26 14:14:01 +08:00
linux-next/net/netlink/Kconfig

12 lines
242 B
Plaintext
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
#
# Netlink Sockets
#
config NETLINK_DIAG
tristate "NETLINK: socket monitoring interface"
default n
help
Support for NETLINK socket monitoring interface used by the ss tool.
If unsure, say Y.