summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-07-16 18:10:08 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2014-07-22 09:16:12 +0200
commit4f6160d4089ec0e39e33a197138413bd0701ce21 (patch)
treebaf00dae060d84a77d2248e80af21a572dc00c55 /drivers/phy/Kconfig
parentphy: qcom-apq8064: fix possible timeout without check (diff)
downloadlinux-4f6160d4089ec0e39e33a197138413bd0701ce21.tar.xz
linux-4f6160d4089ec0e39e33a197138413bd0701ce21.zip
phy: qcom: Add driver for QCOM IPQ806x SATA PHY
Add a PHY driver for uses with AHCI based SATA controller driver on the IPQ806x family of SoCs. Signed-off-by: Kumar Gala <galak@codeaurora.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 1704fd4be99e..3e251aa64ffd 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -191,4 +191,11 @@ config PHY_QCOM_APQ8064_SATA
depends on OF
select GENERIC_PHY
+config PHY_QCOM_IPQ806X_SATA
+ tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
+ depends on ARCH_QCOM
+ depends on HAS_IOMEM
+ depends on OF
+ select GENERIC_PHY
+
endmenu