Kconfig 208 B

12345678910
  1. #
  2. # Netlink Sockets
  3. #
  4. config NETLINK_DIAG
  5. tristate "NETLINK: socket monitoring interface"
  6. default n
  7. ---help---
  8. Support for NETLINK socket monitoring interface used by the ss tool.
  9. If unsure, say Y.