Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # TIPC configuration
  3. #
  4. menuconfig TIPC
  5. tristate "The TIPC Protocol"
  6. depends on INET
  7. ---help---
  8. The Transparent Inter Process Communication (TIPC) protocol is
  9. specially designed for intra cluster communication. This protocol
  10. originates from Ericsson where it has been used in carrier grade
  11. cluster applications for many years.
  12. For more information about TIPC, see http://tipc.sourceforge.net.
  13. This protocol support is also available as a module ( = code which
  14. can be inserted in and removed from the running kernel whenever you
  15. want). The module will be called tipc. If you want to compile it
  16. as a module, say M here and read <file:Documentation/kbuild/modules.txt>.
  17. If in doubt, say N.
  18. config TIPC_MEDIA_IB
  19. bool "InfiniBand media type support"
  20. depends on TIPC && INFINIBAND_IPOIB
  21. help
  22. Saying Y here will enable support for running TIPC on
  23. IP-over-InfiniBand devices.
  24. config TIPC_MEDIA_UDP
  25. bool "IP/UDP media type support"
  26. depends on TIPC
  27. select NET_UDP_TUNNEL
  28. help
  29. Saying Y here will enable support for running TIPC over IP/UDP
  30. bool
  31. default y