Kconfig (7a7a4a592f42d9abf3b6cc40620b3f79fef49246) | Kconfig (5d98cd4e1df9587963ade40ef29bef604fb3920a) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_C67X00_HCD 8 tristate "Cypress C67x00 HCD support" --- 208 unchanged lines hidden (view full) --- 217 bool "Cavium CNS3XXX EHCI Module" 218 depends on USB_EHCI_HCD && ARCH_CNS3XXX 219 ---help--- 220 Enable support for the CNS3XXX SOC's on-chip EHCI controller. 221 It is needed for high-speed (480Mbit/sec) USB 2.0 device 222 support. 223 224config USB_EHCI_ATH79 | 1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_C67X00_HCD 8 tristate "Cypress C67x00 HCD support" --- 208 unchanged lines hidden (view full) --- 217 bool "Cavium CNS3XXX EHCI Module" 218 depends on USB_EHCI_HCD && ARCH_CNS3XXX 219 ---help--- 220 Enable support for the CNS3XXX SOC's on-chip EHCI controller. 221 It is needed for high-speed (480Mbit/sec) USB 2.0 device 222 support. 223 224config USB_EHCI_ATH79 |
225 bool "EHCI support for AR7XXX/AR9XXX SoCs" | 225 bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)" |
226 depends on USB_EHCI_HCD && (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X) 227 select USB_EHCI_ROOT_HUB_TT | 226 depends on USB_EHCI_HCD && (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X) 227 select USB_EHCI_ROOT_HUB_TT |
228 select USB_EHCI_HCD_PLATFORM |
|
228 default y 229 ---help--- | 229 default y 230 ---help--- |
231 This option is deprecated now and the driver was removed, use 232 USB_EHCI_HCD_PLATFORM instead. 233 |
|
230 Enables support for the built-in EHCI controller present 231 on the Atheros AR7XXX/AR9XXX SoCs. 232 233config USB_OXU210HP_HCD 234 tristate "OXU210HP HCD support" 235 depends on USB 236 ---help--- 237 The OXU210HP is an USB host/OTG/device controller. Enable this --- 73 unchanged lines hidden (view full) --- 311 bool "OHCI support for OMAP3 and later chips" 312 depends on USB_OHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4) 313 default y 314 ---help--- 315 Enables support for the on-chip OHCI controller on 316 OMAP3 and later chips. 317 318config USB_OHCI_ATH79 | 234 Enables support for the built-in EHCI controller present 235 on the Atheros AR7XXX/AR9XXX SoCs. 236 237config USB_OXU210HP_HCD 238 tristate "OXU210HP HCD support" 239 depends on USB 240 ---help--- 241 The OXU210HP is an USB host/OTG/device controller. Enable this --- 73 unchanged lines hidden (view full) --- 315 bool "OHCI support for OMAP3 and later chips" 316 depends on USB_OHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4) 317 default y 318 ---help--- 319 Enables support for the on-chip OHCI controller on 320 OMAP3 and later chips. 321 322config USB_OHCI_ATH79 |
319 bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs" | 323 bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)" |
320 depends on USB_OHCI_HCD && (SOC_AR71XX || SOC_AR724X) | 324 depends on USB_OHCI_HCD && (SOC_AR71XX || SOC_AR724X) |
325 select USB_OHCI_HCD_PLATFORM |
|
321 default y 322 help | 326 default y 327 help |
328 This option is deprecated now and the driver was removed, use 329 USB_OHCI_HCD_PLATFORM instead. 330 |
|
323 Enables support for the built-in OHCI controller present on the 324 Atheros AR71XX/AR7240 SoCs. 325 326config USB_OHCI_HCD_PPC_SOC 327 bool "OHCI support for on-chip PPC USB controller" 328 depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx) 329 default y 330 select USB_OHCI_BIG_ENDIAN_DESC --- 302 unchanged lines hidden --- | 331 Enables support for the built-in OHCI controller present on the 332 Atheros AR71XX/AR7240 SoCs. 333 334config USB_OHCI_HCD_PPC_SOC 335 bool "OHCI support for on-chip PPC USB controller" 336 depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx) 337 default y 338 select USB_OHCI_BIG_ENDIAN_DESC --- 302 unchanged lines hidden --- |