Kconfig 435 B

1234567891011121314151617181920
  1. #
  2. # Netlink Sockets
  3. #
  4. config NETLINK_MMAP
  5. bool "NETLINK: mmaped IO"
  6. ---help---
  7. This option enables support for memory mapped netlink IO. This
  8. reduces overhead by avoiding copying data between kernel- and
  9. userspace.
  10. If unsure, say N.
  11. config NETLINK_DIAG
  12. tristate "NETLINK: socket monitoring interface"
  13. default n
  14. ---help---
  15. Support for NETLINK socket monitoring interface used by the ss tool.
  16. If unsure, say Y.