Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # ALSA USB drivers
  2. menu "USB devices"
  3. depends on SND!=n && USB!=n
  4. config SND_USB_AUDIO
  5. tristate "USB Audio/MIDI driver"
  6. depends on SND && USB
  7. select SND_HWDEP
  8. select SND_RAWMIDI
  9. select SND_PCM
  10. help
  11. Say Y here to include support for USB audio and USB MIDI
  12. devices.
  13. To compile this driver as a module, choose M here: the module
  14. will be called snd-usb-audio.
  15. config SND_USB_USX2Y
  16. tristate "Tascam US-122, US-224 and US-428 USB driver"
  17. depends on SND && USB && (X86 || PPC || ALPHA)
  18. select SND_HWDEP
  19. select SND_RAWMIDI
  20. select SND_PCM
  21. help
  22. Say Y here to include support for Tascam USB Audio/MIDI
  23. interfaces or controllers US-122, US-224 and US-428.
  24. To compile this driver as a module, choose M here: the module
  25. will be called snd-usb-usx2y.
  26. config SND_USB_CAIAQ
  27. tristate "Native Instruments USB audio devices"
  28. depends on SND && USB
  29. select SND_HWDEP
  30. select SND_RAWMIDI
  31. select SND_PCM
  32. help
  33. Say Y here to include support for caiaq USB audio interfaces,
  34. namely:
  35. * Native Instruments RigKontrol2
  36. * Native Instruments Kore Controller
  37. * Native Instruments Audio Kontrol 1
  38. * Native Instruments Audio 8 DJ
  39. To compile this driver as a module, choose M here: the module
  40. will be called snd-usb-caiaq.
  41. config SND_USB_CAIAQ_INPUT
  42. bool "enable input device for controllers"
  43. depends on SND_USB_CAIAQ
  44. help
  45. Say Y here to support input controllers like buttons, knobs,
  46. alpha dials and analog pedals on the following products:
  47. * Native Instruments RigKontrol2
  48. * Native Instruments Audio Kontrol 1
  49. endmenu