diff options
author | Loc Ho <lho@apm.com> | 2014-03-07 10:28:08 -0700 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-03-09 12:45:13 +0530 |
commit | 88e670fe9d240c751fd9735ae3ee2906ed68e63d (patch) | |
tree | 77b139a2cdb6d1b1a0ca8ba2d0d115b6b1dbe9ff /drivers/phy/Kconfig | |
parent | 1068320b513e658a917e591214d174b7af9d0cf1 (diff) | |
download | linux-stable-88e670fe9d240c751fd9735ae3ee2906ed68e63d.tar.gz linux-stable-88e670fe9d240c751fd9735ae3ee2906ed68e63d.tar.bz2 linux-stable-88e670fe9d240c751fd9735ae3ee2906ed68e63d.zip |
PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driver
This patch adds support for the APM X-Gene SoC 15Gbps Multi-purpose PHY.
This is the physical layer interface for the corresponding host
controller. Currently, only external clock and Gen3 SATA mode
are supported.
Signed-off-by: Loc Ho <lho@apm.com>
Signed-off-by: Tuan Phan <tphan@apm.com>
Signed-off-by: Suman Tripathi <stripathi@apm.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 2aead8b7dc60..8d3c49cc500f 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -159,4 +159,11 @@ config PHY_EXYNOS5250_USB2 particular SoC is compiled in the driver. In case of Exynos 5250 four phys are available - device, host, HSIC0 and HSIC. +config PHY_XGENE + tristate "APM X-Gene 15Gbps PHY support" + depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST) + select GENERIC_PHY + help + This option enables support for APM X-Gene SoC multi-purpose PHY. + endmenu |