Kconfig (aea983801c6b5e4e9af333a32220d580a77f6783) | Kconfig (6110c425d98b7ed036bba3670e635a9363dd072e) |
---|---|
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 --- 468 unchanged lines hidden (view full) --- 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" 483 depends on ARCH_DAVINCI_DA8XX 484 depends on USB_OHCI_HCD=y | 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 --- 468 unchanged lines hidden (view full) --- 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" 483 depends on ARCH_DAVINCI_DA8XX 484 depends on USB_OHCI_HCD=y |
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 --- |