X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fusb%2FKconfig;h=9329e992c841936c00a4b8522e9b4db803fb5380;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=934ead06877d016cda2d97f3580213bfabee2d6a;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 934ead068..9329e992c 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig @@ -1,6 +1,6 @@ # ALSA USB drivers -menu "ALSA USB devices" +menu "USB devices" depends on SND!=n && USB!=n config SND_USB_AUDIO @@ -9,17 +9,24 @@ config SND_USB_AUDIO select SND_RAWMIDI select SND_PCM help - Say 'Y' or 'M' to include support for USB audio and USB MIDI devices. + Say Y here to include support for USB audio and USB MIDI + devices. + + To compile this driver as a module, choose M here: the module + will be called snd-usb-audio. config SND_USB_USX2Y tristate "Tascam US-122, US-224 and US-428 USB driver" - depends on SND && USB + depends on SND && USB && (X86 || PPC || ALPHA) select SND_HWDEP select SND_RAWMIDI select SND_PCM help - Say 'Y' or 'M' to include support for Tascam USB Audio/MIDI + Say Y here to include support for Tascam USB Audio/MIDI interfaces or controllers US-122, US-224 and US-428. + To compile this driver as a module, choose M here: the module + will be called snd-usb-usx2y. + endmenu