Kconfig (0612ec48762bf8712db1925b2e67246d2237ebab) | Kconfig (f2ebf92c9e1930a8f79b7eb49a32122931929014) |
---|---|
1# 2# USB Gadget support on a system involves 3# (a) a peripheral controller, and 4# (b) the gadget driver using it. 5# 6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 7# 8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks). --- 390 unchanged lines hidden (view full) --- 399 400 Say "y" to link the driver statically, or "m" to build a 401 dynamically linked module called "g_serial". 402 403 For more information, see Documentation/usb/gadget_serial.txt 404 which includes instructions and a "driver info file" needed to 405 make MS-Windows work with this driver. 406 | 1# 2# USB Gadget support on a system involves 3# (a) a peripheral controller, and 4# (b) the gadget driver using it. 5# 6# NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 7# 8# - Host systems (like PCs) need CONFIG_USB (with "A" jacks). --- 390 unchanged lines hidden (view full) --- 399 400 Say "y" to link the driver statically, or "m" to build a 401 dynamically linked module called "g_serial". 402 403 For more information, see Documentation/usb/gadget_serial.txt 404 which includes instructions and a "driver info file" needed to 405 make MS-Windows work with this driver. 406 |
407config 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. |
|
407 | 417 |
418 Say "y" to link the driver statically, or "m" to build a 419 dynamically linked module called "g_midi". 420 421 |
|
408# put drivers that need isochronous transfer support (for audio 409# or video class gadget drivers), or specific hardware, here. 410 411# - none yet 412 413endchoice 414 415endmenu | 422# put drivers that need isochronous transfer support (for audio 423# or video class gadget drivers), or specific hardware, here. 424 425# - none yet 426 427endchoice 428 429endmenu |