diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-25 06:23:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-25 06:23:15 -0400 |
commit | 1be025d3cb40cd295123af2c394f7229ef9b30ca (patch) | |
tree | 5dc14e1ea412cc7fdc3e563ad23187059fe8bfb5 /drivers/usb/dwc3/Kconfig | |
parent | 2d03423b2319cc854adeb28a03f65de5b5e0ab63 (diff) | |
parent | a2c76b83fdd763c826f38a55127ccf25708099ce (diff) |
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
* 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (260 commits)
usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push()
usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.
USB: gadget: midi: memory leak in f_midi_bind_config()
USB: gadget: midi: fix range check in f_midi_out_open()
QE/FHCI: fixed the CONTROL bug
usb: renesas_usbhs: tidyup for smatch warnings
USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms
EHCI: workaround for MosChip controller bug
usb: gadget: file_storage: fix race on unloading
USB: ftdi_sio.c: Use ftdi async_icount structure for TIOCMIWAIT, as in other drivers
USB: ftdi_sio.c:Fill MSR fields of the ftdi async_icount structure
USB: ftdi_sio.c: Fill LSR fields of the ftdi async_icount structure
USB: ftdi_sio.c:Fill TX field of the ftdi async_icount structure
USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structure
USB: ftdi_sio.c: Basic icount infrastructure for ftdi_sio
usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF .
USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI Board
USB: Fix runtime wakeup on OHCI
xHCI/USB: Make xHCI driver have a BOS descriptor.
usb: gadget: add new usb gadget for ACM and mass storage
...
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 | ||