diff options
| author | Kamil Debski <k.debski@samsung.com> | 2014-03-06 06:16:49 -0500 |
|---|---|---|
| committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-03-08 02:09:44 -0500 |
| commit | 64bf2b23697bcf9246cea4eea83c613ea791ed8a (patch) | |
| tree | 8e77e7110a0472eed8eb5984cb9729f5ed302b43 /drivers/phy/Kconfig | |
| parent | 06fb01373cae0bbf9af3a2b49e29c4341a5ba311 (diff) | |
phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driver
Add support for Exynos 5250. This driver is to replace the old
USB 2.0 PHY driver.
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
| -rw-r--r-- | drivers/phy/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 337483653754..1b607d7cb03d 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
| @@ -136,4 +136,15 @@ config PHY_EXYNOS4X12_USB2 | |||
| 136 | Samsung USB 2.0 PHY driver is enabled and means that support for this | 136 | Samsung USB 2.0 PHY driver is enabled and means that support for this |
| 137 | particular SoC is compiled in the driver. In case of Exynos 4x12 four | 137 | particular SoC is compiled in the driver. In case of Exynos 4x12 four |
| 138 | phys are available - device, host, HSIC0 and HSIC1. | 138 | phys are available - device, host, HSIC0 and HSIC1. |
| 139 | |||
| 140 | config PHY_EXYNOS5250_USB2 | ||
| 141 | bool "Support for Exynos 5250" | ||
| 142 | depends on PHY_SAMSUNG_USB2 | ||
| 143 | depends on SOC_EXYNOS5250 | ||
| 144 | help | ||
| 145 | Enable USB PHY support for Exynos 5250. This option requires that | ||
| 146 | Samsung USB 2.0 PHY driver is enabled and means that support for this | ||
| 147 | particular SoC is compiled in the driver. In case of Exynos 5250 four | ||
| 148 | phys are available - device, host, HSIC0 and HSIC. | ||
| 149 | |||
| 139 | endmenu | 150 | endmenu |
