Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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 RigKontrol3
  37. * Native Instruments Kore Controller
  38. * Native Instruments Audio Kontrol 1
  39. * Native Instruments Audio 8 DJ
  40. To compile this driver as a module, choose M here: the module
  41. will be called snd-usb-caiaq.
  42. config SND_USB_CAIAQ_INPUT
  43. bool "enable input device for controllers"
  44. depends on SND_USB_CAIAQ
  45. help
  46. Say Y here to support input controllers like buttons, knobs,
  47. alpha dials and analog pedals on the following products:
  48. * Native Instruments RigKontrol2
  49. * Native Instruments RigKontrol3
  50. * Native Instruments Audio Kontrol 1
  51. endmenu