diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-07-09 07:41:12 -0400 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-07-22 03:16:37 -0400 |
commit | 6e877fedb1cff0f4a0988d30418ad87abaefafcb (patch) | |
tree | 373d179fab4418caad7ce4fcf2e83e661dc4c5a7 /drivers/phy/Kconfig | |
parent | f5c9f3be608017577731ebe8be37e55f800586d3 (diff) |
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 3e251aa64ffd..cc97c897945a 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -38,6 +38,16 @@ config PHY_MVEBU_SATA | |||
38 | depends on OF | 38 | depends on OF |
39 | select GENERIC_PHY | 39 | select GENERIC_PHY |
40 | 40 | ||
41 | config PHY_MIPHY365X | ||
42 | tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series" | ||
43 | depends on ARCH_STI | ||
44 | depends on GENERIC_PHY | ||
45 | depends on HAS_IOMEM | ||
46 | depends on OF | ||
47 | help | ||
48 | Enable this to support the miphy transceiver (for SATA/PCIE) | ||
49 | that is part of STMicroelectronics STiH41x SoC series. | ||
50 | |||
41 | config OMAP_CONTROL_PHY | 51 | config OMAP_CONTROL_PHY |
42 | tristate "OMAP CONTROL PHY Driver" | 52 | tristate "OMAP CONTROL PHY Driver" |
43 | depends on ARCH_OMAP2PLUS || COMPILE_TEST | 53 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |