summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorLoc Ho2014-03-07 18:28:08 +0100
committerKishon Vijay Abraham I2014-03-09 08:15:13 +0100
commit88e670fe9d240c751fd9735ae3ee2906ed68e63d (patch)
tree77b139a2cdb6d1b1a0ca8ba2d0d115b6b1dbe9ff /drivers/phy/Kconfig
parentDocumentation: Add APM X-Gene SoC 15Gbps Multi-purpose PHY driver binding doc... (diff)
downloadkernel-qcow2-linux-88e670fe9d240c751fd9735ae3ee2906ed68e63d.tar.gz
kernel-qcow2-linux-88e670fe9d240c751fd9735ae3ee2906ed68e63d.tar.xz
kernel-qcow2-linux-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/Kconfig7
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