Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux...
[deliverable/linux.git] / drivers / phy / Kconfig
index 1d8099a56a9185a9ed7ed19aae2a345a6e7d76ae..b0525e03782aea9e23ff4fcd78ddc02a5c56203b 100644 (file)
@@ -123,6 +123,7 @@ config PHY_SUN4I_USB
 
 config PHY_SAMSUNG_USB2
        tristate "Samsung USB 2.0 PHY driver"
+       depends on HAS_IOMEM
        select GENERIC_PHY
        select MFD_SYSCON
        help
@@ -131,6 +132,16 @@ config PHY_SAMSUNG_USB2
          particular SoCs has to be enabled in addition to this driver. Number
          and type of supported phys depends on the SoC.
 
+config PHY_S5PV210_USB2
+       bool "Support for S5PV210"
+       depends on PHY_SAMSUNG_USB2
+       depends on ARCH_S5PV210
+       help
+         Enable USB PHY support for S5PV210. 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 S5PV210 two phys
+         are available - device and host.
+
 config PHY_EXYNOS4210_USB2
        bool "Support for Exynos 4210"
        depends on PHY_SAMSUNG_USB2
This page took 0.029335 seconds and 5 git commands to generate.