Kconfig (53d473fc1e38751b5369373423d58c86a3444b3b) Kconfig (da2827a298f8a2159f31466759cbba2dd4f1b65f)
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5
6config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
8 depends on HAS_IOMEM

--- 279 unchanged lines hidden (view full) ---

288 ---help---
289 This option is deprecated now and the driver was removed, use
290 USB_EHCI_HCD_PLATFORM instead.
291
292 Enable support for the CNS3XXX SOC's on-chip EHCI controller.
293 It is needed for high-speed (480Mbit/sec) USB 2.0 device
294 support.
295
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5
6config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
8 depends on HAS_IOMEM

--- 279 unchanged lines hidden (view full) ---

288 ---help---
289 This option is deprecated now and the driver was removed, use
290 USB_EHCI_HCD_PLATFORM instead.
291
292 Enable support for the CNS3XXX SOC's on-chip EHCI controller.
293 It is needed for high-speed (480Mbit/sec) USB 2.0 device
294 support.
295
296config USB_EHCI_ATH79
297 bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
298 depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
299 select USB_EHCI_ROOT_HUB_TT
300 select USB_EHCI_HCD_PLATFORM
301 default y
302 ---help---
303 This option is deprecated now and the driver was removed, use
304 USB_EHCI_HCD_PLATFORM instead.
305
306 Enables support for the built-in EHCI controller present
307 on the Atheros AR7XXX/AR9XXX SoCs.
308
296config USB_EHCI_HCD_PLATFORM
297 tristate "Generic EHCI driver for a platform device"
298 default n
299 ---help---
300 Adds an EHCI host driver for a generic platform device, which
301 provides a memory space and an irq.
302
303 If unsure, say N.

--- 38 unchanged lines hidden (view full) ---

342 This driver does not support isochronous transfers.
343
344 To compile this driver as a module, choose M here: the
345 module will be called isp116x-hcd.
346
347config USB_ISP1362_HCD
348 tristate "ISP1362 HCD support"
349 depends on HAS_IOMEM
309config USB_EHCI_HCD_PLATFORM
310 tristate "Generic EHCI driver for a platform device"
311 default n
312 ---help---
313 Adds an EHCI host driver for a generic platform device, which
314 provides a memory space and an irq.
315
316 If unsure, say N.

--- 38 unchanged lines hidden (view full) ---

355 This driver does not support isochronous transfers.
356
357 To compile this driver as a module, choose M here: the
358 module will be called isp116x-hcd.
359
360config USB_ISP1362_HCD
361 tristate "ISP1362 HCD support"
362 depends on HAS_IOMEM
363 depends on COMPILE_TEST # nothing uses this
350 ---help---
351 Supports the Philips ISP1362 chip as a host controller
352
353 This driver does not support isochronous transfers.
354
355 To compile this driver as a module, choose M here: the
356 module will be called isp1362-hcd.
357

--- 113 unchanged lines hidden (view full) ---

471 depends on USB_OHCI_HCD
472 select PHY_DA8XX_USB
473 default y
474 help
475 Enables support for the DaVinci DA8xx integrated OHCI
476 controller. This driver cannot currently be a loadable
477 module because it lacks a proper PHY abstraction.
478
364 ---help---
365 Supports the Philips ISP1362 chip as a host controller
366
367 This driver does not support isochronous transfers.
368
369 To compile this driver as a module, choose M here: the
370 module will be called isp1362-hcd.
371

--- 113 unchanged lines hidden (view full) ---

485 depends on USB_OHCI_HCD
486 select PHY_DA8XX_USB
487 default y
488 help
489 Enables support for the DaVinci DA8xx integrated OHCI
490 controller. This driver cannot currently be a loadable
491 module because it lacks a proper PHY abstraction.
492
493config USB_OHCI_ATH79
494 bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
495 depends on (SOC_AR71XX || SOC_AR724X)
496 select USB_OHCI_HCD_PLATFORM
497 default y
498 help
499 This option is deprecated now and the driver was removed, use
500 USB_OHCI_HCD_PLATFORM instead.
501
502 Enables support for the built-in OHCI controller present on the
503 Atheros AR71XX/AR7240 SoCs.
504
479config USB_OHCI_HCD_PPC_OF_BE
480 bool "OHCI support for OF platform bus (big endian)"
481 depends on PPC
482 select USB_OHCI_BIG_ENDIAN_DESC
483 select USB_OHCI_BIG_ENDIAN_MMIO
484 ---help---
485 Enables support for big-endian USB controllers present on the
486 OpenFirmware platform bus.

--- 300 unchanged lines hidden ---
505config USB_OHCI_HCD_PPC_OF_BE
506 bool "OHCI support for OF platform bus (big endian)"
507 depends on PPC
508 select USB_OHCI_BIG_ENDIAN_DESC
509 select USB_OHCI_BIG_ENDIAN_MMIO
510 ---help---
511 Enables support for big-endian USB controllers present on the
512 OpenFirmware platform bus.

--- 300 unchanged lines hidden ---