]> Pileus Git - ~andy/linux/blobdiff - net/Kconfig
bridge: avoid OOPS if root port not found
[~andy/linux] / net / Kconfig
index 6f676ab885be52b442fea9a0d0f0898e67da50a2..1a2221630e6a22a525f4877c0fc4b721b15e3025 100644 (file)
@@ -23,6 +23,15 @@ menuconfig NET
 
 if NET
 
+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 WANT_COMPAT_NETLINK_MESSAGES
        bool
        help
@@ -217,6 +226,7 @@ source "net/dns_resolver/Kconfig"
 source "net/batman-adv/Kconfig"
 source "net/openvswitch/Kconfig"
 source "net/vmw_vsock/Kconfig"
+source "net/netlink/Kconfig"
 
 config RPS
        boolean