diff options
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 35 |
1 files changed, 11 insertions, 24 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 7c49c4c61727..f28b87f1582d 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -132,43 +132,30 @@ config PHY_SUN4I_USB | |||
132 | config PHY_SAMSUNG_USB2 | 132 | config PHY_SAMSUNG_USB2 |
133 | tristate "Samsung USB 2.0 PHY driver" | 133 | tristate "Samsung USB 2.0 PHY driver" |
134 | depends on HAS_IOMEM | 134 | depends on HAS_IOMEM |
135 | depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2 | ||
135 | select GENERIC_PHY | 136 | select GENERIC_PHY |
136 | select MFD_SYSCON | 137 | select MFD_SYSCON |
138 | default ARCH_EXYNOS | ||
137 | help | 139 | help |
138 | Enable this to support the Samsung USB 2.0 PHY driver for Samsung | 140 | Enable this to support the Samsung USB 2.0 PHY driver for Samsung |
139 | SoCs. This driver provides the interface for USB 2.0 PHY. Support for | 141 | SoCs. This driver provides the interface for USB 2.0 PHY. Support |
140 | particular SoCs has to be enabled in addition to this driver. Number | 142 | for particular PHYs will be enabled based on the SoC type in addition |
141 | and type of supported phys depends on the SoC. | 143 | to this driver. |
142 | 144 | ||
143 | config PHY_EXYNOS4210_USB2 | 145 | config PHY_EXYNOS4210_USB2 |
144 | bool "Support for Exynos 4210" | 146 | bool |
145 | depends on PHY_SAMSUNG_USB2 | 147 | depends on PHY_SAMSUNG_USB2 |
146 | depends on CPU_EXYNOS4210 | 148 | default CPU_EXYNOS4210 |
147 | help | ||
148 | Enable USB PHY support for Exynos 4210. This option requires that | ||
149 | Samsung USB 2.0 PHY driver is enabled and means that support for this | ||
150 | particular SoC is compiled in the driver. In case of Exynos 4210 four | ||
151 | phys are available - device, host, HSIC0 and HSIC1. | ||
152 | 149 | ||
153 | config PHY_EXYNOS4X12_USB2 | 150 | config PHY_EXYNOS4X12_USB2 |
154 | bool "Support for Exynos 3250/4x12" | 151 | bool |
155 | depends on PHY_SAMSUNG_USB2 | 152 | depends on PHY_SAMSUNG_USB2 |
156 | depends on (SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412) | 153 | default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412 |
157 | help | ||
158 | Enable USB PHY support for Exynos 3250/4x12. This option requires | ||
159 | that Samsung USB 2.0 PHY driver is enabled and means that support for | ||
160 | this particular SoC is compiled in the driver. In case of Exynos 4x12 | ||
161 | four phys are available - device, host, HSIC0 and HSIC1. | ||
162 | 154 | ||
163 | config PHY_EXYNOS5250_USB2 | 155 | config PHY_EXYNOS5250_USB2 |
164 | bool "Support for Exynos 5250" | 156 | bool |
165 | depends on PHY_SAMSUNG_USB2 | 157 | depends on PHY_SAMSUNG_USB2 |
166 | depends on SOC_EXYNOS5250 | 158 | default SOC_EXYNOS5250 || SOC_EXYNOS5420 |
167 | help | ||
168 | Enable USB PHY support for Exynos 5250. This option requires that | ||
169 | Samsung USB 2.0 PHY driver is enabled and means that support for this | ||
170 | particular SoC is compiled in the driver. In case of Exynos 5250 four | ||
171 | phys are available - device, host, HSIC0 and HSIC. | ||
172 | 159 | ||
173 | config PHY_EXYNOS5_USBDRD | 160 | config PHY_EXYNOS5_USBDRD |
174 | tristate "Exynos5 SoC series USB DRD PHY driver" | 161 | tristate "Exynos5 SoC series USB DRD PHY driver" |