ANDROID: Remove default y on BRIDGE_IGMP_SNOOPING

This binary module gets enabled if BRIDGE, a tristate config, gets
enabled as either a builtin or y. This dependent config should also
be tristate but it seems like that hasn't been done upstream yet.

Bug: 150620456
Test: Treehugger
Signed-off-by: Ram Muthiah <rammuthiah@google.com>
Change-Id: I699b73bfac8a0c6cb5e14fefe56b6c013e2410a8
This commit is contained in:
Ram Muthiah
2020-03-03 11:52:08 -08:00
parent 6ef43b796a
commit b4667bd57d

View File

@@ -37,7 +37,6 @@ config BRIDGE_IGMP_SNOOPING
bool "IGMP/MLD snooping" bool "IGMP/MLD snooping"
depends on BRIDGE depends on BRIDGE
depends on INET depends on INET
default y
---help--- ---help---
If you say Y here, then the Ethernet bridge will be able selectively If you say Y here, then the Ethernet bridge will be able selectively
forward multicast traffic based on IGMP/MLD traffic received from forward multicast traffic based on IGMP/MLD traffic received from