Kconfig (a84bd2ee81ea1bdbd238cd1c380ec25f50a876c5) | Kconfig (ad7c56f07e24c758d78e797ceeb9cf049dec66aa) |
---|---|
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" --- 430 unchanged lines hidden (view full) --- 439 The SL811HS is a single-port USB controller that supports either 440 host side or peripheral side roles. Enable this option if your 441 board has this chip, and you want to use it as a host controller. 442 If unsure, say N. 443 444 To compile this driver as a module, choose M here: the 445 module will be called sl811-hcd. 446 | 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" --- 430 unchanged lines hidden (view full) --- 439 The SL811HS is a single-port USB controller that supports either 440 host side or peripheral side roles. Enable this option if your 441 board has this chip, and you want to use it as a host controller. 442 If unsure, say N. 443 444 To compile this driver as a module, choose M here: the 445 module will be called sl811-hcd. 446 |
447config USB_SL811_HCD_ISO 448 bool "partial ISO support" 449 depends on USB_SL811_HCD 450 help 451 The driver doesn't support iso_frame_desc (yet), but for some simple 452 devices that just queue one ISO frame per URB, then ISO transfers 453 "should" work using the normal urb status fields. 454 455 If unsure, say N. 456 |
|
447config USB_SL811_CS 448 tristate "CF/PCMCIA support for SL811HS HCD" 449 depends on USB_SL811_HCD && PCMCIA 450 help 451 Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC 452 REX-CFU1U CF card (often used with PDAs). If unsure, say N. 453 454 To compile this driver as a module, choose M here: the --- 77 unchanged lines hidden --- | 457config USB_SL811_CS 458 tristate "CF/PCMCIA support for SL811HS HCD" 459 depends on USB_SL811_HCD && PCMCIA 460 help 461 Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC 462 REX-CFU1U CF card (often used with PDAs). If unsure, say N. 463 464 To compile this driver as a module, choose M here: the --- 77 unchanged lines hidden --- |