Commit a3bc4832 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by David S. Miller

net: broadcom: BCM4908_ENET should not default to y, unconditionally

Merely enabling compile-testing should not enable additional code.
To fix this, restrict the automatic enabling of BCM4908_ENET to
ARCH_BCM4908.

Fixes: 4feffead ("net: broadcom: bcm4908enet: add BCM4908 controller driver")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Acked-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d29334c1
...@@ -54,7 +54,7 @@ config B44_PCI ...@@ -54,7 +54,7 @@ config B44_PCI
config BCM4908_ENET config BCM4908_ENET
tristate "Broadcom BCM4908 internal mac support" tristate "Broadcom BCM4908 internal mac support"
depends on ARCH_BCM4908 || COMPILE_TEST depends on ARCH_BCM4908 || COMPILE_TEST
default y default y if ARCH_BCM4908
help help
This driver supports Ethernet controller integrated into Broadcom This driver supports Ethernet controller integrated into Broadcom
BCM4908 family SoCs. BCM4908 family SoCs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment