Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # ALSA USB drivers
  2. menuconfig SND_USB
  3. bool "USB sound devices"
  4. depends on USB
  5. default y
  6. help
  7. Support for sound devices connected via the USB bus.
  8. if SND_USB && USB
  9. config SND_USB_AUDIO
  10. tristate "USB Audio/MIDI driver"
  11. select SND_HWDEP
  12. select SND_RAWMIDI
  13. select SND_PCM
  14. help
  15. Say Y here to include support for USB audio and USB MIDI
  16. devices.
  17. To compile this driver as a module, choose M here: the module
  18. will be called snd-usb-audio.
  19. config SND_USB_USX2Y
  20. tristate "Tascam US-122, US-224 and US-428 USB driver"
  21. depends on 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. To compile this driver as a module, choose M here: the module
  29. will be called snd-usb-usx2y.
  30. config SND_USB_CAIAQ
  31. tristate "Native Instruments USB audio devices"
  32. select SND_HWDEP
  33. select SND_RAWMIDI
  34. select SND_PCM
  35. help
  36. Say Y here to include support for caiaq USB audio interfaces,
  37. namely:
  38. * Native Instruments RigKontrol2
  39. * Native Instruments RigKontrol3
  40. * Native Instruments Kore Controller
  41. * Native Instruments Kore Controller 2
  42. * Native Instruments Audio Kontrol 1
  43. * Native Instruments Audio 2 DJ
  44. * Native Instruments Audio 4 DJ
  45. * Native Instruments Audio 8 DJ
  46. * Native Instruments Guitar Rig Session I/O
  47. * Native Instruments Guitar Rig mobile
  48. To compile this driver as a module, choose M here: the module
  49. will be called snd-usb-caiaq.
  50. config SND_USB_CAIAQ_INPUT
  51. bool "enable input device for controllers"
  52. depends on SND_USB_CAIAQ
  53. depends on INPUT=y || INPUT=SND_USB_CAIAQ
  54. help
  55. Say Y here to support input controllers like buttons, knobs,
  56. alpha dials and analog pedals on the following products:
  57. * Native Instruments RigKontrol2
  58. * Native Instruments RigKontrol3
  59. * Native Instruments Kore Controller
  60. * Native Instruments Kore Controller 2
  61. * Native Instruments Audio Kontrol 1
  62. config SND_USB_US122L
  63. tristate "Tascam US-122L USB driver"
  64. depends on X86 && EXPERIMENTAL
  65. select SND_HWDEP
  66. select SND_RAWMIDI
  67. help
  68. Say Y here to include support for Tascam US-122L USB Audio/MIDI
  69. interfaces.
  70. To compile this driver as a module, choose M here: the module
  71. will be called snd-usb-us122l.
  72. endif # SND_USB