diff options
-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 | |||
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 |