1# ALSA USB drivers 2 3menu "USB devices" 4 depends on SND!=n && USB!=n 5 6config SND_USB_AUDIO 7 tristate "USB Audio/MIDI driver" 8 depends on SND && USB 9 select SND_HWDEP 10 select SND_RAWMIDI 11 select SND_PCM 12 help 13 Say Y here to include support for USB audio and USB MIDI 14 devices. 15 16 To compile this driver as a module, choose M here: the module 17 will be called snd-usb-audio. 18 19config SND_USB_USX2Y 20 tristate "Tascam US-122, US-224 and US-428 USB driver" 21 depends on SND && USB && (X86 || PPC || ALPHA) 22 select SND_HWDEP 23 select SND_RAWMIDI 24 select SND_PCM 25 help 26 Say Y here to include support for Tascam USB Audio/MIDI 27 interfaces or controllers US-122, US-224 and US-428. 28 29 To compile this driver as a module, choose M here: the module 30 will be called snd-usb-usx2y. 31 32endmenu 33 34