diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-11-29 04:51:07 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-11-29 04:51:07 -0500 |
commit | 0d2cd91bf7b1a7cc1d638296111fcc2bcf5c0bb4 (patch) | |
tree | d2ca69347816c27f9dc352581f5d0fe76811cd49 /drivers/usb/dwc3/Kconfig | |
parent | 3d95fd6ad8d3cf582a70ed65660017114b6e4065 (diff) | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) |
Merge commit 'v3.2-rc3' into next
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig new file mode 100644 index 000000000000..3c1d67d324fd --- /dev/null +++ b/drivers/usb/dwc3/Kconfig | |||
@@ -0,0 +1,25 @@ | |||
1 | config USB_DWC3 | ||
2 | tristate "DesignWare USB3 DRD Core Support" | ||
3 | depends on (USB || USB_GADGET) | ||
4 | select USB_OTG_UTILS | ||
5 | help | ||
6 | Say Y or M here if your system has a Dual Role SuperSpeed | ||
7 | USB controller based on the DesignWare USB3 IP Core. | ||
8 | |||
9 | If you choose to build this driver is a dynamically linked | ||
10 | module, the module will be called dwc3.ko. | ||
11 | |||
12 | if USB_DWC3 | ||
13 | |||
14 | config USB_DWC3_DEBUG | ||
15 | bool "Enable Debugging Messages" | ||
16 | help | ||
17 | Say Y here to enable debugging messages on DWC3 Driver. | ||
18 | |||
19 | config USB_DWC3_VERBOSE | ||
20 | bool "Enable Verbose Debugging Messages" | ||
21 | depends on USB_DWC3_DEBUG | ||
22 | help | ||
23 | Say Y here to enable verbose debugging messages on DWC3 Driver. | ||
24 | |||
25 | endif | ||