Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Andrew Lunn and committed by
David S. Miller
15d8daf7 26eb00a4

+1 -1
+1 -1
drivers/net/phy/Kconfig
··· 240 240 241 241 config BCM63XX_PHY 242 242 tristate "Broadcom 63xx SOCs internal PHY" 243 - depends on BCM63XX 243 + depends on BCM63XX || COMPILE_TEST 244 244 select BCM_NET_PHYLIB 245 245 ---help--- 246 246 Currently supports the 6348 and 6358 PHYs.