netfilter: xtables: combine struct xt_match_param and xt_target_param
[safe/jmp/linux-2.6] / net / bridge / Kconfig
index db23d59..d115d5c 100644 (file)
@@ -4,6 +4,8 @@
 
 config BRIDGE
        tristate "802.1d Ethernet Bridging"
+       select LLC
+       select STP
        ---help---
          If you say Y here, then your Linux box will be able to act as an
          Ethernet bridge, which means that the different Ethernet segments it
@@ -29,3 +31,17 @@ config BRIDGE
          will be called bridge.
 
          If unsure, say N.
+
+config BRIDGE_IGMP_SNOOPING
+       bool "IGMP snooping"
+       depends on BRIDGE
+       depends on INET
+       default y
+       ---help---
+         If you say Y here, then the Ethernet bridge will be able selectively
+         forward multicast traffic based on IGMP traffic received from each
+         port.
+
+         Say N to exclude this support and reduce the binary size.
+
+         If unsure, say Y.