mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
19 lines
435 B
Text
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.
|