diff options
author | David S. Miller <davem@davemloft.net> | 2010-02-28 03:51:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-28 03:51:42 -0500 |
commit | 024c378f0b719d43b01b875caefa19f2612e103a (patch) | |
tree | 5f1e9c06ab6faadca3f14cf16071c53dc3cf8cd7 /net | |
parent | d902eee43f1951b358d7347d9165c6af21cf7b1b (diff) |
bridge: Make IGMP snooping depend upon BRIDGE.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/bridge/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig index 78dd5497210a..19a6b9629c51 100644 --- a/net/bridge/Kconfig +++ b/net/bridge/Kconfig | |||
@@ -34,6 +34,7 @@ config BRIDGE | |||
34 | 34 | ||
35 | config BRIDGE_IGMP_SNOOPING | 35 | config BRIDGE_IGMP_SNOOPING |
36 | bool "IGMP snooping" | 36 | bool "IGMP snooping" |
37 | depends on BRIDGE | ||
37 | default y | 38 | default y |
38 | ---help--- | 39 | ---help--- |
39 | If you say Y here, then the Ethernet bridge will be able selectively | 40 | If you say Y here, then the Ethernet bridge will be able selectively |