Kconfig (84abd88a70090cf00f9e45c3a81680874f17626e) | Kconfig (23d3e7a6598066ed39771cf2030c6bbb581c7812) |
---|---|
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" --- 385 unchanged lines hidden (view full) --- 394 help 395 This driver enables you to connect Wireless USB devices to 396 your system using a Host Wire Adaptor USB dongle. This is an 397 UWB Radio Controller and WUSB Host Controller connected to 398 your machine via USB (specified in WUSB1.0). 399 400 To compile this driver a module, choose M here: the module 401 will be called "hwa-hc". | 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" --- 385 unchanged lines hidden (view full) --- 394 help 395 This driver enables you to connect Wireless USB devices to 396 your system using a Host Wire Adaptor USB dongle. This is an 397 UWB Radio Controller and WUSB Host Controller connected to 398 your machine via USB (specified in WUSB1.0). 399 400 To compile this driver a module, choose M here: the module 401 will be called "hwa-hc". |
402 403config USB_IMX21_HCD 404 tristate "iMX21 HCD support" 405 depends on USB && ARM && MACH_MX21 406 help 407 This driver enables support for the on-chip USB host in the 408 iMX21 processor. 409 410 To compile this driver as a module, choose M here: the 411 module will be called "imx21-hcd". 412 |
|