Kconfig 765 B

123456789101112131415161718192021222324252627
  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_DEBUG
  16. bool "B.A.T.M.A.N. debugging"
  17. depends on BATMAN_ADV != n
  18. ---help---
  19. This is an option for use by developers; most people should
  20. say N here. This enables compilation of support for
  21. outputting debugging information to the kernel log. The
  22. output is controlled via the module parameter debug.