Kconfig (828638e91915e347f0721ae2a2cb137c910dc592) | Kconfig (e37a6c920ac1c22206350492b7d229f05c0849e4) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 6config USB_C67X00_HCD 7 tristate "Cypress C67x00 HCD support" 8 help --- 687 unchanged lines hidden (view full) --- 696 Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC 697 REX-CFU1U CF card (often used with PDAs). If unsure, say N. 698 699 To compile this driver as a module, choose M here: the 700 module will be called "sl811_cs". 701 702config USB_R8A66597_HCD 703 tristate "R8A66597 HCD support" | 1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 6config USB_C67X00_HCD 7 tristate "Cypress C67x00 HCD support" 8 help --- 687 unchanged lines hidden (view full) --- 696 Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC 697 REX-CFU1U CF card (often used with PDAs). If unsure, say N. 698 699 To compile this driver as a module, choose M here: the 700 module will be called "sl811_cs". 701 702config USB_R8A66597_HCD 703 tristate "R8A66597 HCD support" |
704 depends on HAS_IOMEM |
|
704 help 705 The R8A66597 is a USB 2.0 host and peripheral controller. 706 707 Enable this option if your board has this chip, and you want 708 to use it as a host controller. If unsure, say N. 709 710 To compile this driver as a module, choose M here: the 711 module will be called r8a66597-hcd. --- 89 unchanged lines hidden --- | 705 help 706 The R8A66597 is a USB 2.0 host and peripheral controller. 707 708 Enable this option if your board has this chip, and you want 709 to use it as a host controller. If unsure, say N. 710 711 To compile this driver as a module, choose M here: the 712 module will be called r8a66597-hcd. --- 89 unchanged lines hidden --- |