Staging: batman: fix debug Kconfig option
[pandora-kernel.git] / drivers / staging / batman-adv / Kconfig
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         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
16 config BATMAN_DEBUG
17         bool "B.A.T.M.A.N. debugging"
18         depends on BATMAN_ADV != 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