diff options
author | Brian Norris <computersforpeace@gmail.com> | 2015-05-21 02:18:40 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2015-05-22 13:23:09 +0200 |
commit | 0d486806ffd0de672f151763b38c19c0a357bf56 (patch) | |
tree | 513780ec82f108df250a435b4be66e1fbe296c75 /drivers/phy/Kconfig | |
parent | Documentation: devicetree: add Broadcom SATA PHY binding (diff) | |
download | linux-0d486806ffd0de672f151763b38c19c0a357bf56.tar.xz linux-0d486806ffd0de672f151763b38c19c0a357bf56.zip |
phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCs
Supports up to two ports which can each be powered on/off and configured
independently.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index a53bd5b52df9..36788b6f0220 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -309,4 +309,13 @@ config PHY_QCOM_UFS help Support for UFS PHY on QCOM chipsets. +config PHY_BRCMSTB_SATA + tristate "Broadcom STB SATA PHY driver" + depends on ARCH_BRCMSTB + depends on OF + select GENERIC_PHY + help + Enable this to support the SATA3 PHY on 28nm Broadcom STB SoCs. + Likely useful only with CONFIG_SATA_BRCMSTB enabled. + endmenu |