xref: /linux/net/batman-adv/Kconfig (revision c6c8fea29769d998d94fcec9b9f14d4b52b349d3)
1*c6c8fea2SSven Eckelmann#
2*c6c8fea2SSven Eckelmann# B.A.T.M.A.N meshing protocol
3*c6c8fea2SSven Eckelmann#
4*c6c8fea2SSven Eckelmann
5*c6c8fea2SSven Eckelmannconfig BATMAN_ADV
6*c6c8fea2SSven Eckelmann	tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
7*c6c8fea2SSven Eckelmann	depends on NET
8*c6c8fea2SSven Eckelmann        default n
9*c6c8fea2SSven Eckelmann	---help---
10*c6c8fea2SSven Eckelmann
11*c6c8fea2SSven Eckelmann        B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
12*c6c8fea2SSven Eckelmann        a routing protocol for multi-hop ad-hoc mesh networks. The
13*c6c8fea2SSven Eckelmann        networks may be wired or wireless. See
14*c6c8fea2SSven Eckelmann        http://www.open-mesh.org/ for more information and user space
15*c6c8fea2SSven Eckelmann        tools.
16*c6c8fea2SSven Eckelmann
17*c6c8fea2SSven Eckelmannconfig BATMAN_ADV_DEBUG
18*c6c8fea2SSven Eckelmann	bool "B.A.T.M.A.N. debugging"
19*c6c8fea2SSven Eckelmann	depends on BATMAN_ADV != n
20*c6c8fea2SSven Eckelmann	---help---
21*c6c8fea2SSven Eckelmann
22*c6c8fea2SSven Eckelmann	  This is an option for use by developers; most people should
23*c6c8fea2SSven Eckelmann	  say N here. This enables compilation of support for
24*c6c8fea2SSven Eckelmann	  outputting debugging information to the kernel log. The
25*c6c8fea2SSven Eckelmann	  output is controlled via the module parameter debug.
26