Kconfig 751 B

1234567891011121314151617181920212223242526
  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. default n
  8. ---help---
  9. B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
  10. a routing protocol for multi-hop ad-hoc mesh networks. The
  11. networks may be wired or wireless. See
  12. http://www.open-mesh.org/ for more information and user space
  13. tools.
  14. config BATMAN_ADV_DEBUG
  15. bool "B.A.T.M.A.N. debugging"
  16. depends on BATMAN_ADV != n
  17. ---help---
  18. This is an option for use by developers; most people should
  19. say N here. This enables compilation of support for
  20. outputting debugging information to the kernel log. The
  21. output is controlled via the module parameter debug.