root/src/linux/rt2880/linux-2.6.23/drivers/usb/dwc_otg/Kconfig

Revision 12433, 491 bytes (checked in by BrainSlayer, 5 months ago)

fixes usb issues with some devices

Line 
1 config DWC_OTG
2         tristate "Ralink DWC_OTG support"
3         ---help---
4           This driver supports Ralink DWC_OTG
5
6 choice
7         prompt "USB Operation Mode"
8         depends on DWC_OTG
9         default DWC_OTG_HOST_ONLY
10
11 config DWC_OTG_HOST_ONLY
12         bool "HOST ONLY MODE"
13         depends on DWC_OTG
14
15 config DWC_OTG_DEVICE_ONLY
16         bool "DEVICE ONLY MODE"
17         depends on DWC_OTG
18
19 endchoice
20
21
22 config DWC_OTG_DEBUG
23         bool "Enable debug mode"
24         depends on DWC_OTG
Note: See TracBrowser for help on using the browser.