diff options
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 1a32d96774b4..8e5dd6f29d0b 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -26,7 +26,7 @@ config USB_GADGET | |||
26 | you need a low level bus controller driver, and some software | 26 | you need a low level bus controller driver, and some software |
27 | talking to it. Peripheral controllers are often discrete silicon, | 27 | talking to it. Peripheral controllers are often discrete silicon, |
28 | or are integrated with the CPU in a microcontroller. The more | 28 | or are integrated with the CPU in a microcontroller. The more |
29 | familiar host side controllers have names like like "EHCI", "OHCI", | 29 | familiar host side controllers have names like "EHCI", "OHCI", |
30 | or "UHCI", and are usually integrated into southbridges on PC | 30 | or "UHCI", and are usually integrated into southbridges on PC |
31 | motherboards. | 31 | motherboards. |
32 | 32 | ||
@@ -404,6 +404,20 @@ config USB_G_SERIAL | |||
404 | which includes instructions and a "driver info file" needed to | 404 | which includes instructions and a "driver info file" needed to |
405 | make MS-Windows work with this driver. | 405 | make MS-Windows work with this driver. |
406 | 406 | ||
407 | config USB_MIDI_GADGET | ||
408 | tristate "MIDI Gadget (EXPERIMENTAL)" | ||
409 | depends on SND && EXPERIMENTAL | ||
410 | select SND_RAWMIDI | ||
411 | help | ||
412 | The MIDI Gadget acts as a USB Audio device, with one MIDI | ||
413 | input and one MIDI output. These MIDI jacks appear as | ||
414 | a sound "card" in the ALSA sound system. Other MIDI | ||
415 | connections can then be made on the gadget system, using | ||
416 | ALSA's aconnect utility etc. | ||
417 | |||
418 | Say "y" to link the driver statically, or "m" to build a | ||
419 | dynamically linked module called "g_midi". | ||
420 | |||
407 | 421 | ||
408 | # put drivers that need isochronous transfer support (for audio | 422 | # put drivers that need isochronous transfer support (for audio |
409 | # or video class gadget drivers), or specific hardware, here. | 423 | # or video class gadget drivers), or specific hardware, here. |