summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-05-08 08:25:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-08 14:46:42 +0200
commitb05574746915fe72802553a848a7537eaf11001d (patch)
tree071ed2166c4e92d724f76d3d1865281b048ac73b /drivers/net/phy
parent026f6b1938292de48e00bd771720caae5ada1de9 (diff)
downloadbarebox-b05574746915fe72802553a848a7537eaf11001d.tar.gz
barebox-b05574746915fe72802553a848a7537eaf11001d.tar.xz
drivers: mark first batch of compilable drivers for COMPILE_TEST
All of these drivers have a runtime dependency on SoC peripherals, but can nevertheless be compile-tested. Add COMPILE_TEST as an alternate dependency. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r--drivers/net/phy/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 2806af376f..6cb162a437 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -68,7 +68,7 @@ comment "MII bus device drivers"
config MDIO_MVEBU
bool "Driver for MVEBU SoC MDIO bus"
- depends on ARCH_MVEBU
+ depends on ARCH_MVEBU || COMPILE_TEST
help
Driver for the MDIO bus found on Marvell EBU SoCs.