aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorVivek Gautam <gautam.vivek@samsung.com>2014-05-13 06:00:16 -0400
committerKishon Vijay Abraham I <kishon@ti.com>2014-05-13 08:37:08 -0400
commit59025887fb08a8b913605fb20f8a62eb0bb69b36 (patch)
treeddba292e6808fbcd428986e22b97c73b4d42aa2a /drivers/phy/Kconfig
parent9e552a04fd51ef241f8b3a15396487be9effbc2a (diff)
phy: Add new Exynos5 USB 3.0 PHY driver
Add a new driver for the USB 3.0 PHY on Exynos5 series of SoCs. The new driver uses the generic PHY framework and will interact with DWC3 controller present on Exynos5 series of SoCs. Also, created a new header file in linux/mfd/syscon/ for Exynos5 SoCs and put the required PMU offset definitions for the basic available PHYs. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 071b7633bf03..16a2f067c242 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -160,6 +160,17 @@ config PHY_EXYNOS5250_USB2
160 particular SoC is compiled in the driver. In case of Exynos 5250 four 160 particular SoC is compiled in the driver. In case of Exynos 5250 four
161 phys are available - device, host, HSIC0 and HSIC. 161 phys are available - device, host, HSIC0 and HSIC.
162 162
163config PHY_EXYNOS5_USBDRD
164 tristate "Exynos5 SoC series USB DRD PHY driver"
165 depends on ARCH_EXYNOS5 && OF
166 depends on HAS_IOMEM
167 select GENERIC_PHY
168 select MFD_SYSCON
169 help
170 Enable USB DRD PHY support for Exynos 5 SoC series.
171 This driver provides PHY interface for USB 3.0 DRD controller
172 present on Exynos5 SoC series.
173
163config PHY_XGENE 174config PHY_XGENE
164 tristate "APM X-Gene 15Gbps PHY support" 175 tristate "APM X-Gene 15Gbps PHY support"
165 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST) 176 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)