diff options
author | David S. Miller <davem@davemloft.net> | 2010-02-28 00:51:42 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-28 00:51:42 -0800 |
commit | 024c378f0b719d43b01b875caefa19f2612e103a (patch) | |
tree | 5f1e9c06ab6faadca3f14cf16071c53dc3cf8cd7 /net/bridge/Kconfig | |
parent | d902eee43f1951b358d7347d9165c6af21cf7b1b (diff) | |
download | linux-024c378f0b719d43b01b875caefa19f2612e103a.tar.gz linux-024c378f0b719d43b01b875caefa19f2612e103a.tar.bz2 linux-024c378f0b719d43b01b875caefa19f2612e103a.zip |
bridge: Make IGMP snooping depend upon BRIDGE.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/Kconfig')
-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 config BRIDGE_IGMP_SNOOPING bool "IGMP snooping" + depends on BRIDGE default y ---help--- If you say Y here, then the Ethernet bridge will be able selectively |