Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sachin Kamat and committed by
Kishon Vijay Abraham I
c233f529 d6125af9

+2
+2
drivers/phy/Kconfig
··· 161 161 tristate "Exynos5 SoC series USB DRD PHY driver" 162 162 depends on ARCH_EXYNOS5 && OF 163 163 depends on HAS_IOMEM 164 + depends on USB_DWC3_EXYNOS 164 165 select GENERIC_PHY 165 166 select MFD_SYSCON 167 + default y 166 168 help 167 169 Enable USB DRD PHY support for Exynos 5 SoC series. 168 170 This driver provides PHY interface for USB 3.0 DRD controller