oleavr-rgl-a500-mini-linux-.../net/netlink/Kconfig
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

19 lines
435 B
Text

#
# Netlink Sockets
#
config NETLINK_MMAP
bool "NETLINK: mmaped IO"
---help---
This option enables support for memory mapped netlink IO. This
reduces overhead by avoiding copying data between kernel- and
userspace.
If unsure, say N.
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.