diff options
| author | Sachin Kamat <[email protected]> | 2014-07-14 15:38:42 +0530 |
|---|---|---|
| committer | Kishon Vijay Abraham I <[email protected]> | 2014-07-22 12:46:11 +0530 |
| commit | c233f529480398d46d7098316fc7203587f03c0f (patch) | |
| tree | 56fb242d8f8c9d6201e3b0748ecbd2a1b1227ca7 | |
| parent | d6125af9afd622b6dbb6d7cd97972e2f398b8d35 (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 <[email protected]>
Reviewed-by: Jingoo Han <[email protected]>
Tested-by: Vivek Gautam <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
| -rw-r--r-- | drivers/phy/Kconfig | 2 |
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 tristate "Exynos5 SoC series USB DRD PHY driver" depends on ARCH_EXYNOS5 && OF depends on HAS_IOMEM + depends on USB_DWC3_EXYNOS select GENERIC_PHY select MFD_SYSCON + default y help Enable USB DRD PHY support for Exynos 5 SoC series. This driver provides PHY interface for USB 3.0 DRD controller |