diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-09 15:09:47 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-09 15:09:47 -0500 |
commit | 55b81e6f2795484ea8edf5805c95c007cacfa736 (patch) | |
tree | c3724975107857fcc03b5dd649c462e4f72397be /drivers/usb/gadget/Kconfig | |
parent | 5983faf942f260023e547f3c5f38c1033c35cc9b (diff) | |
parent | 08e87d0d773dc9ca5faf4c3306e238ed0ea129b0 (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: (232 commits)
USB: Add USB-ID for Multiplex RC serial adapter to cp210x.c
xhci: Clean up 32-bit build warnings.
USB: update documentation for usbmon
usb: usb-storage doesn't support dynamic id currently, the patch disables the feature to fix an oops
drivers/usb/class/cdc-acm.c: clear dangling pointer
drivers/usb/dwc3/dwc3-pci.c: introduce missing kfree
drivers/usb/host/isp1760-if.c: introduce missing kfree
usb: option: add ZD Incorporated HSPA modem
usb: ch9: fix up MaxStreams helper
USB: usb-skeleton.c: cleanup open_count
USB: usb-skeleton.c: fix open/disconnect race
xhci: Properly handle COMP_2ND_BW_ERR
USB: remove dead code from suspend/resume path
USB: add quirk for another camera
drivers: usb: wusbcore: Fix dependency for USB_WUSB
xhci: Better debugging for critical host errors.
xhci: Be less verbose during URB cancellation.
xhci: Remove debugging about ring structure allocation.
xhci: Remove debugging about toggling cycle bits.
xhci: Remove debugging for individual transfers.
...
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 12a401a144b7..7ecb68a67411 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -15,6 +15,7 @@ | |||
15 | 15 | ||
16 | menuconfig USB_GADGET | 16 | menuconfig USB_GADGET |
17 | tristate "USB Gadget Support" | 17 | tristate "USB Gadget Support" |
18 | select NLS | ||
18 | help | 19 | help |
19 | USB is a master/slave protocol, organized with one master | 20 | USB is a master/slave protocol, organized with one master |
20 | host (such as a PC) controlling up to 127 peripheral devices. | 21 | host (such as a PC) controlling up to 127 peripheral devices. |
@@ -124,7 +125,6 @@ config USB_GADGET_STORAGE_NUM_BUFFERS | |||
124 | # | 125 | # |
125 | choice | 126 | choice |
126 | prompt "USB Peripheral Controller" | 127 | prompt "USB Peripheral Controller" |
127 | depends on USB_GADGET | ||
128 | help | 128 | help |
129 | A USB device uses a controller to talk to its host. | 129 | A USB device uses a controller to talk to its host. |
130 | Systems should have only one such upstream link. | 130 | Systems should have only one such upstream link. |
@@ -234,7 +234,6 @@ config USB_R8A66597 | |||
234 | 234 | ||
235 | config USB_RENESAS_USBHS_UDC | 235 | config USB_RENESAS_USBHS_UDC |
236 | tristate 'Renesas USBHS controller' | 236 | tristate 'Renesas USBHS controller' |
237 | depends on SUPERH || ARCH_SHMOBILE | ||
238 | depends on USB_RENESAS_USBHS | 237 | depends on USB_RENESAS_USBHS |
239 | select USB_GADGET_DUALSPEED | 238 | select USB_GADGET_DUALSPEED |
240 | help | 239 | help |
@@ -309,25 +308,13 @@ config USB_S3C_HSUDC | |||
309 | 308 | ||
310 | This driver has been tested on S3C2416 and S3C2450 processors. | 309 | This driver has been tested on S3C2416 and S3C2450 processors. |
311 | 310 | ||
312 | config USB_PXA_U2O | 311 | config USB_MV_UDC |
313 | tristate "PXA9xx Processor USB2.0 controller" | 312 | tristate "Marvell USB2.0 Device Controller" |
314 | depends on ARCH_MMP | ||
315 | select USB_GADGET_DUALSPEED | 313 | select USB_GADGET_DUALSPEED |
316 | help | 314 | help |
317 | PXA9xx Processor series include a high speed USB2.0 device | 315 | Marvell Socs (including PXA and MMP series) include a high speed |
318 | controller, which support high speed and full speed USB peripheral. | 316 | USB2.0 OTG controller, which can be configured as high speed or |
319 | 317 | full speed USB peripheral. | |
320 | config USB_GADGET_DWC3 | ||
321 | tristate "DesignWare USB3.0 (DRD) Controller" | ||
322 | depends on USB_DWC3 | ||
323 | select USB_GADGET_DUALSPEED | ||
324 | select USB_GADGET_SUPERSPEED | ||
325 | help | ||
326 | DesignWare USB3.0 controller is a SuperSpeed USB3.0 Controller | ||
327 | which can be configured for peripheral-only, host-only, hub-only | ||
328 | and Dual-Role operation. This Controller was first integrated into | ||
329 | the OMAP5 series of processors. More information about the OMAP5 | ||
330 | version of this controller, refer to http://www.ti.com/omap5. | ||
331 | 318 | ||
332 | # | 319 | # |
333 | # Controllers available in both integrated and discrete versions | 320 | # Controllers available in both integrated and discrete versions |
@@ -543,12 +530,10 @@ endchoice | |||
543 | # Selected by UDC drivers that support high-speed operation. | 530 | # Selected by UDC drivers that support high-speed operation. |
544 | config USB_GADGET_DUALSPEED | 531 | config USB_GADGET_DUALSPEED |
545 | bool | 532 | bool |
546 | depends on USB_GADGET | ||
547 | 533 | ||
548 | # Selected by UDC drivers that support super-speed opperation | 534 | # Selected by UDC drivers that support super-speed opperation |
549 | config USB_GADGET_SUPERSPEED | 535 | config USB_GADGET_SUPERSPEED |
550 | bool | 536 | bool |
551 | depends on USB_GADGET | ||
552 | depends on USB_GADGET_DUALSPEED | 537 | depends on USB_GADGET_DUALSPEED |
553 | 538 | ||
554 | # | 539 | # |
@@ -556,7 +541,6 @@ config USB_GADGET_SUPERSPEED | |||
556 | # | 541 | # |
557 | choice | 542 | choice |
558 | tristate "USB Gadget Drivers" | 543 | tristate "USB Gadget Drivers" |
559 | depends on USB_GADGET | ||
560 | default USB_ETH | 544 | default USB_ETH |
561 | help | 545 | help |
562 | A Linux "Gadget Driver" talks to the USB Peripheral Controller | 546 | A Linux "Gadget Driver" talks to the USB Peripheral Controller |