Kconfig (0fc4f78f44e6c6148cee32456f0d0023ec1c1fd8) | Kconfig (6c21caa333f98e9adb93be5f01f5a4041c0d9256) |
---|---|
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 --- 465 unchanged lines hidden (view full) --- 474 tristate "OHCI support for OMAP3 and later chips" 475 depends on (ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5) 476 default y 477 ---help--- 478 Enables support for the on-chip OHCI controller on 479 OMAP3 and later chips. 480 481config USB_OHCI_HCD_DAVINCI | 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 --- 465 unchanged lines hidden (view full) --- 474 tristate "OHCI support for OMAP3 and later chips" 475 depends on (ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5) 476 default y 477 ---help--- 478 Enables support for the on-chip OHCI controller on 479 OMAP3 and later chips. 480 481config USB_OHCI_HCD_DAVINCI |
482 bool "OHCI support for TI DaVinci DA8xx" | 482 tristate "OHCI support for TI DaVinci DA8xx" |
483 depends on ARCH_DAVINCI_DA8XX | 483 depends on ARCH_DAVINCI_DA8XX |
484 depends on USB_OHCI_HCD=y | 484 depends on USB_OHCI_HCD 485 select PHY_DA8XX_USB |
485 default y 486 help 487 Enables support for the DaVinci DA8xx integrated OHCI 488 controller. This driver cannot currently be a loadable 489 module because it lacks a proper PHY abstraction. 490 491config USB_OHCI_ATH79 492 bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)" --- 322 unchanged lines hidden --- | 486 default y 487 help 488 Enables support for the DaVinci DA8xx integrated OHCI 489 controller. This driver cannot currently be a loadable 490 module because it lacks a proper PHY abstraction. 491 492config USB_OHCI_ATH79 493 bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)" --- 322 unchanged lines hidden --- |