Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 1 | # |
| 2 | # B.A.T.M.A.N meshing protocol |
| 3 | # |
| 4 | |
| 5 | config BATMAN_ADV |
| 6 | tristate "B.A.T.M.A.N. Advanced Meshing Protocol" |
| 7 | depends on NET |
Antonio Quartulli | a73105b | 2011-04-27 14:27:44 +0200 | [diff] [blame] | 8 | select CRC16 |
Sven Eckelmann | c6c8fea | 2010-12-13 11:19:28 +0000 | [diff] [blame] | 9 | default n |
| 10 | ---help--- |
| 11 | |
| 12 | B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is |
| 13 | a routing protocol for multi-hop ad-hoc mesh networks. The |
| 14 | networks may be wired or wireless. See |
| 15 | http://www.open-mesh.org/ for more information and user space |
| 16 | tools. |
| 17 | |
| 18 | config BATMAN_ADV_DEBUG |
| 19 | bool "B.A.T.M.A.N. debugging" |
| 20 | depends on BATMAN_ADV != n |
| 21 | ---help--- |
| 22 | |
| 23 | This is an option for use by developers; most people should |
| 24 | say N here. This enables compilation of support for |
| 25 | outputting debugging information to the kernel log. The |
| 26 | output is controlled via the module parameter debug. |