From: Andrew Lunn Date: Tue, 11 Sep 2018 23:53:10 +0000 (+0200) Subject: net: phy: bcm63xx: Allow to be built with COMPILE_TEST X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=15d8daf7bc2d1415f14f3cc3378226fc7d836156;p=openwrt%2Fstaging%2Fblogic.git net: phy: bcm63xx: Allow to be built with COMPILE_TEST There is nothing in this driver which prevents it to be compiled for other architectures. Add COMPILE_TEST so we get better compile test coverage. Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 82070792edbb..3d187cd50eb0 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -240,7 +240,7 @@ config AT803X_PHY config BCM63XX_PHY tristate "Broadcom 63xx SOCs internal PHY" - depends on BCM63XX + depends on BCM63XX || COMPILE_TEST select BCM_NET_PHYLIB ---help--- Currently supports the 6348 and 6358 PHYs.