Skip to content

Commit 15d8daf

Browse files
lunndavem330
authored andcommitted
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>
1 parent 26eb00a commit 15d8daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/phy/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ config AT803X_PHY
240240

241241
config BCM63XX_PHY
242242
tristate "Broadcom 63xx SOCs internal PHY"
243-
depends on BCM63XX
243+
depends on BCM63XX || COMPILE_TEST
244244
select BCM_NET_PHYLIB
245245
---help---
246246
Currently supports the 6348 and 6358 PHYs.

0 commit comments

Comments
 (0)