diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-07-16 16:10:08 (GMT) |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-07-22 07:16:12 (GMT) |
commit | 4f6160d4089ec0e39e33a197138413bd0701ce21 (patch) | |
tree | baf00dae060d84a77d2248e80af21a572dc00c55 /drivers/phy/Kconfig | |
parent | 175f02ebdfdf8431dbf607c04fe5caf667ba8e6c (diff) | |
download | linux-4f6160d4089ec0e39e33a197138413bd0701ce21.tar.xz |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 1704fd4..3e251aa 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 |