~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to net/batman-adv/Kconfig

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        depends on NET
8
8
        select CRC16
9
9
        default n
10
 
        ---help---
 
10
        help
 
11
          B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
 
12
          a routing protocol for multi-hop ad-hoc mesh networks. The
 
13
          networks may be wired or wireless. See
 
14
          http://www.open-mesh.org/ for more information and user space
 
15
          tools.
11
16
 
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
config BATMAN_ADV_BLA
 
18
        bool "Bridge Loop Avoidance"
 
19
        depends on BATMAN_ADV && INET
 
20
        default y
 
21
        help
 
22
          This option enables BLA (Bridge Loop Avoidance), a mechanism
 
23
          to avoid Ethernet frames looping when mesh nodes are connected
 
24
          to both the same LAN and the same mesh. If you will never use
 
25
          more than one mesh node in the same LAN, you can safely remove
 
26
          this feature and save some space.
17
27
 
18
28
config BATMAN_ADV_DEBUG
19
29
        bool "B.A.T.M.A.N. debugging"
20
 
        depends on BATMAN_ADV != n
21
 
        ---help---
22
 
 
 
30
        depends on BATMAN_ADV
 
31
        help
23
32
          This is an option for use by developers; most people should
24
33
          say N here. This enables compilation of support for
25
34
          outputting debugging information to the kernel log. The