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