aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@samsung.com>2014-07-14 06:08:42 -0400
committerKishon Vijay Abraham I <kishon@ti.com>2014-07-22 03:16:11 -0400
commitc233f529480398d46d7098316fc7203587f03c0f (patch)
tree56fb242d8f8c9d6201e3b0748ecbd2a1b1227ca7 /drivers/phy
parentd6125af9afd622b6dbb6d7cd97972e2f398b8d35 (diff)
phy: Kconfig: Update config for Exynos USB DRD
USB DWC3 driver on Exynos platform does not work without its corresponding phy driver. Hence make the PHY driver depend on Exynos DWC3 driver and default it to yes to make things easier for the end user. Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com> Reviewed-by: Jingoo Han <jg1.han@samsung.com> Tested-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, 2 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index f28b87f1582d..778e126700bf 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -161,8 +161,10 @@ config PHY_EXYNOS5_USBDRD
161 tristate "Exynos5 SoC series USB DRD PHY driver" 161 tristate "Exynos5 SoC series USB DRD PHY driver"
162 depends on ARCH_EXYNOS5 && OF 162 depends on ARCH_EXYNOS5 && OF
163 depends on HAS_IOMEM 163 depends on HAS_IOMEM
164 depends on USB_DWC3_EXYNOS
164 select GENERIC_PHY 165 select GENERIC_PHY
165 select MFD_SYSCON 166 select MFD_SYSCON
167 default y
166 help 168 help
167 Enable USB DRD PHY support for Exynos 5 SoC series. 169 Enable USB DRD PHY support for Exynos 5 SoC series.
168 This driver provides PHY interface for USB 3.0 DRD controller 170 This driver provides PHY interface for USB 3.0 DRD controller