phy: Add new Exynos USB 2.0 PHY driver
[deliverable/linux.git] / drivers / phy / Kconfig
index fde4192cc322058977bd0388738d6fdb4fe6e43c..3374836537541bba4b76f527b9d9d969a35849e6 100644 (file)
@@ -107,4 +107,33 @@ config PHY_SUN4I_USB
          This driver controls the entire USB PHY block, both the USB OTG
          parts, as well as the 2 regular USB 2 host PHYs.
 
+config PHY_SAMSUNG_USB2
+       tristate "Samsung USB 2.0 PHY driver"
+       select GENERIC_PHY
+       select MFD_SYSCON
+       help
+         Enable this to support the Samsung USB 2.0 PHY driver for Samsung
+         SoCs. This driver provides the interface for USB 2.0 PHY. Support for
+         particular SoCs has to be enabled in addition to this driver. Number
+         and type of supported phys depends on the SoC.
+
+config PHY_EXYNOS4210_USB2
+       bool "Support for Exynos 4210"
+       depends on PHY_SAMSUNG_USB2
+       depends on CPU_EXYNOS4210
+       help
+         Enable USB PHY support for Exynos 4210. This option requires that
+         Samsung USB 2.0 PHY driver is enabled and means that support for this
+         particular SoC is compiled in the driver. In case of Exynos 4210 four
+         phys are available - device, host, HSIC0 and HSIC1.
+
+config PHY_EXYNOS4X12_USB2
+       bool "Support for Exynos 4x12"
+       depends on PHY_SAMSUNG_USB2
+       depends on (SOC_EXYNOS4212 || SOC_EXYNOS4412)
+       help
+         Enable USB PHY support for Exynos 4x12. This option requires that
+         Samsung USB 2.0 PHY driver is enabled and means that support for this
+         particular SoC is compiled in the driver. In case of Exynos 4x12 four
+         phys are available - device, host, HSIC0 and HSIC1.
 endmenu
This page took 0.04462 seconds and 5 git commands to generate.