batman-adv: Multicast Listener Announcements via Translation Table
[cascardo/linux.git] / net / batman-adv / Kconfig
index 2b2dc47..11660a3 100644 (file)
@@ -5,6 +5,7 @@
 config BATMAN_ADV
        tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
        depends on NET
+       select CRC16
        select LIBCRC32C
         default n
        help
@@ -49,6 +50,15 @@ config BATMAN_ADV_NC
          If you think that your network does not need this feature you
          can safely disable it and save some space.
 
+config BATMAN_ADV_MCAST
+       bool "Multicast optimisation"
+       depends on BATMAN_ADV
+       default n
+       help
+         This option enables the multicast optimisation which aims to
+         reduce the air overhead while improving the reliability of
+         multicast messages.
+
 config BATMAN_ADV_DEBUG
        bool "B.A.T.M.A.N. debugging"
        depends on BATMAN_ADV