Kconfig (db11e47dd7b09b7f76c7eaa236277f23391331e7) | Kconfig (e9b29ffc519b9e63d4e1c0b1278bb951bb418a9d) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 | 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" 9 depends on USB 10 help 11 The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role 12 host/peripheral/OTG USB controllers. 13 14 Enable this option to support this chip in host controller mode. 15 If unsure, say N. 16 17 To compile this driver as a module, choose M here: the 18 module will be called c67x00. 19 |
|
7config USB_EHCI_HCD 8 tristate "EHCI HCD (USB 2.0) support" 9 depends on USB && USB_ARCH_HAS_EHCI 10 ---help--- 11 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 12 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. 13 If your USB host controller supports USB 2.0, you will likely want to 14 configure this Host Controller Driver. At the time of this writing, --- 280 unchanged lines hidden --- | 20config USB_EHCI_HCD 21 tristate "EHCI HCD (USB 2.0) support" 22 depends on USB && USB_ARCH_HAS_EHCI 23 ---help--- 24 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 25 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. 26 If your USB host controller supports USB 2.0, you will likely want to 27 configure this Host Controller Driver. At the time of this writing, --- 280 unchanged lines hidden --- |