aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorVivek Gautam <gautam.vivek@samsung.com>2014-11-21 08:35:50 -0500
committerKishon Vijay Abraham I <kishon@ti.com>2014-11-22 03:38:09 -0500
commit556186a02c441e8fb03aa4c87d39bdc8ef95820e (patch)
tree7bcd46385c72178d3ec91b1dfda4026dc8af670a /drivers/phy
parenta6867836db35d1e178744166765b57288bf4e8e5 (diff)
phy: exynos7-usbdrd: Update dependency for ARCH_EXYNOS
This PHY controller is also present on Exynos7 platform in arch-exynos family. So PHY_EXYNOS5_USBDRD should now depend on ARCH_EXYNOS. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 4144d250524f..96d43d5acc57 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -208,7 +208,7 @@ config PHY_EXYNOS5250_USB2
208 208
209config PHY_EXYNOS5_USBDRD 209config PHY_EXYNOS5_USBDRD
210 tristate "Exynos5 SoC series USB DRD PHY driver" 210 tristate "Exynos5 SoC series USB DRD PHY driver"
211 depends on ARCH_EXYNOS5 && OF 211 depends on ARCH_EXYNOS && OF
212 depends on HAS_IOMEM 212 depends on HAS_IOMEM
213 depends on USB_DWC3_EXYNOS 213 depends on USB_DWC3_EXYNOS
214 select GENERIC_PHY 214 select GENERIC_PHY