diff options
-rw-r--r-- | drivers/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 691115292a99..261ad18854c1 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -27,7 +27,7 @@ config PHY_EXYNOS_MIPI_VIDEO | |||
27 | 27 | ||
28 | config PHY_MVEBU_SATA | 28 | config PHY_MVEBU_SATA |
29 | def_bool y | 29 | def_bool y |
30 | depends on ARCH_KIRKWOOD || ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD | 30 | depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD |
31 | depends on OF | 31 | depends on OF |
32 | select GENERIC_PHY | 32 | select GENERIC_PHY |
33 | 33 | ||