diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2014-07-14 11:17:59 (GMT) |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-07-22 07:16:11 (GMT) |
commit | 1de990d8a169de8aa971cea650e5dec6cdf62a09 (patch) | |
tree | 81850ef6b8fd7c8c3c7e7c1fabb9a03e5ec6d15e /drivers/phy/Kconfig | |
parent | c233f529480398d46d7098316fc7203587f03c0f (diff) | |
download | linux-1de990d8a169de8aa971cea650e5dec6cdf62a09.tar.xz |
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/Kconfig | 7 |
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 |