diff options
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 2a436e607f99..ccad8809ecb1 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -15,6 +15,13 @@ config GENERIC_PHY | |||
15 | phy users can obtain reference to the PHY. All the users of this | 15 | phy users can obtain reference to the PHY. All the users of this |
16 | framework should select this config. | 16 | framework should select this config. |
17 | 17 | ||
18 | config PHY_BERLIN_USB | ||
19 | tristate "Marvell Berlin USB PHY Driver" | ||
20 | depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF | ||
21 | select GENERIC_PHY | ||
22 | help | ||
23 | Enable this to support the USB PHY on Marvell Berlin SoCs. | ||
24 | |||
18 | config PHY_BERLIN_SATA | 25 | config PHY_BERLIN_SATA |
19 | tristate "Marvell Berlin SATA PHY driver" | 26 | tristate "Marvell Berlin SATA PHY driver" |
20 | depends on ARCH_BERLIN && HAS_IOMEM && OF | 27 | depends on ARCH_BERLIN && HAS_IOMEM && OF |
@@ -22,6 +29,12 @@ config PHY_BERLIN_SATA | |||
22 | help | 29 | help |
23 | Enable this to support the SATA PHY on Marvell Berlin SoCs. | 30 | Enable this to support the SATA PHY on Marvell Berlin SoCs. |
24 | 31 | ||
32 | config ARMADA375_USBCLUSTER_PHY | ||
33 | def_bool y | ||
34 | depends on MACH_ARMADA_375 || COMPILE_TEST | ||
35 | depends on OF | ||
36 | select GENERIC_PHY | ||
37 | |||
25 | config PHY_EXYNOS_MIPI_VIDEO | 38 | config PHY_EXYNOS_MIPI_VIDEO |
26 | tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver" | 39 | tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver" |
27 | depends on HAS_IOMEM | 40 | depends on HAS_IOMEM |
@@ -38,6 +51,14 @@ config PHY_MVEBU_SATA | |||
38 | depends on OF | 51 | depends on OF |
39 | select GENERIC_PHY | 52 | select GENERIC_PHY |
40 | 53 | ||
54 | config PHY_MIPHY28LP | ||
55 | tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407" | ||
56 | depends on ARCH_STI | ||
57 | select GENERIC_PHY | ||
58 | help | ||
59 | Enable this to support the miphy transceiver (for SATA/PCIE/USB3) | ||
60 | that is part of STMicroelectronics STiH407 SoC. | ||
61 | |||
41 | config PHY_MIPHY365X | 62 | config PHY_MIPHY365X |
42 | tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series" | 63 | tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series" |
43 | depends on ARCH_STI | 64 | depends on ARCH_STI |
@@ -193,7 +214,7 @@ config PHY_EXYNOS5250_USB2 | |||
193 | 214 | ||
194 | config PHY_EXYNOS5_USBDRD | 215 | config PHY_EXYNOS5_USBDRD |
195 | tristate "Exynos5 SoC series USB DRD PHY driver" | 216 | tristate "Exynos5 SoC series USB DRD PHY driver" |
196 | depends on ARCH_EXYNOS5 && OF | 217 | depends on ARCH_EXYNOS && OF |
197 | depends on HAS_IOMEM | 218 | depends on HAS_IOMEM |
198 | depends on USB_DWC3_EXYNOS | 219 | depends on USB_DWC3_EXYNOS |
199 | select GENERIC_PHY | 220 | select GENERIC_PHY |