aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/phy/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index e677ee01fe8a..dc1756cf5d75 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -27,7 +27,7 @@ config PHY_EXYNOS_MIPI_VIDEO
27 27
28config PHY_MVEBU_SATA 28config PHY_MVEBU_SATA
29 def_bool y 29 def_bool y
30 depends on ARCH_KIRKWOOD || ARCH_DOVE 30 depends on ARCH_KIRKWOOD || ARCH_DOVE || MACH_DOVE
31 depends on OF 31 depends on OF
32 select GENERIC_PHY 32 select GENERIC_PHY
33 33