diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-09 11:41:12 (GMT) |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-07-22 07:16:37 (GMT) |
commit | 6e877fedb1cff0f4a0988d30418ad87abaefafcb (patch) | |
tree | 373d179fab4418caad7ce4fcf2e83e661dc4c5a7 /drivers/phy/Kconfig | |
parent | f5c9f3be608017577731ebe8be37e55f800586d3 (diff) | |
download | linux-6e877fedb1cff0f4a0988d30418ad87abaefafcb.tar.xz |
phy: miphy365x: Provide support for the MiPHY356x Generic PHY
The MiPHY365x is a Generic PHY which can serve various SATA or PCIe
devices. It has 2 ports which it can use for either; both SATA, both
PCIe or one of each in any configuration.
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 3e251aa..cc97c89 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -38,6 +38,16 @@ config PHY_MVEBU_SATA depends on OF select GENERIC_PHY +config PHY_MIPHY365X + tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series" + depends on ARCH_STI + depends on GENERIC_PHY + depends on HAS_IOMEM + depends on OF + help + Enable this to support the miphy transceiver (for SATA/PCIE) + that is part of STMicroelectronics STiH41x SoC series. + config OMAP_CONTROL_PHY tristate "OMAP CONTROL PHY Driver" depends on ARCH_OMAP2PLUS || COMPILE_TEST |