summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-07-09 12:41:12 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2014-07-22 12:46:37 +0530
commit6e877fedb1cff0f4a0988d30418ad87abaefafcb (patch)
tree373d179fab4418caad7ce4fcf2e83e661dc4c5a7 /drivers/phy/Kconfig
parentf5c9f3be608017577731ebe8be37e55f800586d3 (diff)
downloadop-kernel-dev-6e877fedb1cff0f4a0988d30418ad87abaefafcb.zip
op-kernel-dev-6e877fedb1cff0f4a0988d30418ad87abaefafcb.tar.gz
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/Kconfig10
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
OpenPOWER on IntegriCloud