Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # B.A.T.M.A.N meshing protocol
  3. #
  4. config BATMAN_ADV
  5. tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
  6. depends on NET
  7. select CRC16
  8. default n
  9. help
  10. B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
  11. a routing protocol for multi-hop ad-hoc mesh networks. The
  12. networks may be wired or wireless. See
  13. http://www.open-mesh.org/ for more information and user space
  14. tools.
  15. config BATMAN_ADV_BLA
  16. bool "Bridge Loop Avoidance"
  17. depends on BATMAN_ADV && INET
  18. default y
  19. help
  20. This option enables BLA (Bridge Loop Avoidance), a mechanism
  21. to avoid Ethernet frames looping when mesh nodes are connected
  22. to both the same LAN and the same mesh. If you will never use
  23. more than one mesh node in the same LAN, you can safely remove
  24. this feature and save some space.
  25. config BATMAN_ADV_DEBUG
  26. bool "B.A.T.M.A.N. debugging"
  27. depends on BATMAN_ADV
  28. help
  29. This is an option for use by developers; most people should
  30. say N here. This enables compilation of support for
  31. outputting debugging information to the kernel log. The
  32. output is controlled via the module parameter debug.