Kconfig (c23920b05be41998dc8e5796eb874df098a97e9f) | Kconfig (231a72e03af68f791e3f34dbc22117ebb18bdbb0) |
---|---|
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" --- 373 unchanged lines hidden (view full) --- 382 Broadcom USB OHCI core. 383 384 This device is present in some embedded devices with 385 Broadcom based SSB bus. 386 387 If unsure, say N. 388 389config USB_OHCI_SH | 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" --- 373 unchanged lines hidden (view full) --- 382 Broadcom USB OHCI core. 383 384 This device is present in some embedded devices with 385 Broadcom based SSB bus. 386 387 If unsure, say N. 388 389config USB_OHCI_SH |
390 bool "OHCI support for SuperH USB controller" | 390 bool "OHCI support for SuperH USB controller (DEPRECATED)" |
391 depends on USB_OHCI_HCD && SUPERH | 391 depends on USB_OHCI_HCD && SUPERH |
392 select USB_OHCI_HCD_PLATFORM |
|
392 ---help--- | 393 ---help--- |
394 This option is deprecated now and the driver was removed, use 395 USB_OHCI_HCD_PLATFORM instead. 396 |
|
393 Enables support for the on-chip OHCI controller on the SuperH. 394 If you use the PCI OHCI controller, this option is not necessary. 395 396config USB_OHCI_EXYNOS 397 boolean "OHCI support for Samsung EXYNOS SoC Series" 398 depends on USB_OHCI_HCD && ARCH_EXYNOS 399 help 400 Enable support for the Samsung Exynos SOC's on-chip OHCI controller. --- 275 unchanged lines hidden --- | 397 Enables support for the on-chip OHCI controller on the SuperH. 398 If you use the PCI OHCI controller, this option is not necessary. 399 400config USB_OHCI_EXYNOS 401 boolean "OHCI support for Samsung EXYNOS SoC Series" 402 depends on USB_OHCI_HCD && ARCH_EXYNOS 403 help 404 Enable support for the Samsung Exynos SOC's on-chip OHCI controller. --- 275 unchanged lines hidden --- |