Kconfig 772 B

123456789101112131415161718192021
  1. #
  2. # Unix Domain Sockets
  3. #
  4. config UNIX
  5. tristate "Unix domain sockets"
  6. ---help---
  7. If you say Y here, you will include support for Unix domain sockets;
  8. sockets are the standard Unix mechanism for establishing and
  9. accessing network connections. Many commonly used programs such as
  10. the X Window system and syslog use these sockets even if your
  11. machine is not connected to any network. Unless you are working on
  12. an embedded system or something similar, you therefore definitely
  13. want to say Y here.
  14. To compile this driver as a module, choose M here: the module will be
  15. called unix. Note that several important services won't work
  16. correctly if you say M here and then neglect to load the module.
  17. Say Y unless you know what you are doing.