blob: b9742e7c7d9ecb76079481391bb399f20e1acd77 [file] [log] [blame]
Andrew Lunn5beef3c2009-11-09 21:20:10 +01001#
2# B.A.T.M.A.N meshing protocol
3#
4
5config BATMAN_ADV
6 tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
7 default n
8 ---help---
9
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
16config BATMAN_DEBUG
17 bool "B.A.T.M.A.N. debugging"
18 depends on BATMAN != n
19 help
20
21 This is an option for use by developers; most people should
22 say N here. This enables compilation of support for
23 outputting debugging information to the kernel log. The
24 output is controlled via the module parameter debug.
25