Kconfig (502fa84195f47a79d7220470ebaa85a773659755) | Kconfig (90e6ca5cda8a38b7bb53660e67eff0845c0abe3f) |
---|---|
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" --- 288 unchanged lines hidden (view full) --- 297config USB_OHCI_HCD_OMAP3 298 bool "OHCI support for OMAP3 and later chips" 299 depends on USB_OHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4) 300 default y 301 ---help--- 302 Enables support for the on-chip OHCI controller on 303 OMAP3 and later chips. 304 | 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" --- 288 unchanged lines hidden (view full) --- 297config USB_OHCI_HCD_OMAP3 298 bool "OHCI support for OMAP3 and later chips" 299 depends on USB_OHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4) 300 default y 301 ---help--- 302 Enables support for the on-chip OHCI controller on 303 OMAP3 and later chips. 304 |
305config USB_OHCI_ATH79 306 bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs" 307 depends on USB_OHCI_HCD && (SOC_AR71XX || SOC_AR724X) 308 default y 309 help 310 Enables support for the built-in OHCI controller present on the 311 Atheros AR71XX/AR7240 SoCs. 312 |
|
305config USB_OHCI_HCD_PPC_SOC 306 bool "OHCI support for on-chip PPC USB controller" 307 depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx) 308 default y 309 select USB_OHCI_BIG_ENDIAN_DESC 310 select USB_OHCI_BIG_ENDIAN_MMIO 311 ---help--- 312 Enables support for the USB controller on the MPC52xx or --- 244 unchanged lines hidden --- | 313config USB_OHCI_HCD_PPC_SOC 314 bool "OHCI support for on-chip PPC USB controller" 315 depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx) 316 default y 317 select USB_OHCI_BIG_ENDIAN_DESC 318 select USB_OHCI_BIG_ENDIAN_MMIO 319 ---help--- 320 Enables support for the USB controller on the MPC52xx or --- 244 unchanged lines hidden --- |