summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2014-07-14 12:17:59 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2014-07-22 12:46:11 +0530
commit1de990d8a169de8aa971cea650e5dec6cdf62a09 (patch)
tree81850ef6b8fd7c8c3c7e7c1fabb9a03e5ec6d15e /drivers/phy/Kconfig
parentc233f529480398d46d7098316fc7203587f03c0f (diff)
downloadop-kernel-dev-1de990d8a169de8aa971cea650e5dec6cdf62a09.zip
op-kernel-dev-1de990d8a169de8aa971cea650e5dec6cdf62a09.tar.gz
phy: qcom: Add driver for QCOM APQ8064 SATA PHY
Add a PHY driver for uses with AHCI based SATA controller driver on the APQ8064 family of SoCs. This patch is a forward port from Qualcomm's v3.4 andriod kernel. Tested on IFC6410 board. CC: Sujit Reddy Thumma <sthumma@codeaurora.org> Tested-by: Kiran Padwal <kiran.padwal@smartplayin.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 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 778e126..6911152 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -177,4 +177,11 @@ config PHY_XGENE
help
This option enables support for APM X-Gene SoC multi-purpose PHY.
+config PHY_QCOM_APQ8064_SATA
+ tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
+ depends on ARCH_QCOM
+ depends on HAS_IOMEM
+ depends on OF
+ select GENERIC_PHY
+
endmenu
OpenPOWER on IntegriCloud