Kconfig (f3a958d30dd1ceac83a3b82b5260475c7697d53a) | Kconfig (c23920b05be41998dc8e5796eb874df098a97e9f) |
---|---|
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" --- 386 unchanged lines hidden (view full) --- 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. 401 402config USB_CNS3XXX_OHCI | 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" --- 386 unchanged lines hidden (view full) --- 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. 401 402config USB_CNS3XXX_OHCI |
403 bool "Cavium CNS3XXX OHCI Module" | 403 bool "Cavium CNS3XXX OHCI Module (DEPRECATED)" |
404 depends on USB_OHCI_HCD && ARCH_CNS3XXX | 404 depends on USB_OHCI_HCD && ARCH_CNS3XXX |
405 select USB_OHCI_HCD_PLATFORM |
|
405 ---help--- | 406 ---help--- |
407 This option is deprecated now and the driver was removed, use 408 USB_OHCI_HCD_PLATFORM instead. 409 |
|
406 Enable support for the CNS3XXX SOC's on-chip OHCI controller. 407 It is needed for low-speed USB 1.0 device support. 408 409config USB_OHCI_HCD_PLATFORM 410 bool "Generic OHCI driver for a platform device" 411 depends on USB_OHCI_HCD 412 default n 413 ---help--- --- 258 unchanged lines hidden --- | 410 Enable support for the CNS3XXX SOC's on-chip OHCI controller. 411 It is needed for low-speed USB 1.0 device support. 412 413config USB_OHCI_HCD_PLATFORM 414 bool "Generic OHCI driver for a platform device" 415 depends on USB_OHCI_HCD 416 default n 417 ---help--- --- 258 unchanged lines hidden --- |