Kconfig 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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_UA101
  20. tristate "Edirol UA-101/UA-1000 driver (EXPERIMENTAL)"
  21. depends on EXPERIMENTAL
  22. select SND_PCM
  23. select SND_RAWMIDI
  24. help
  25. Say Y here to include support for the Edirol UA-101 and UA-1000
  26. audio/MIDI interfaces.
  27. To compile this driver as a module, choose M here: the module
  28. will be called snd-ua101.
  29. config SND_USB_USX2Y
  30. tristate "Tascam US-122, US-224 and US-428 USB driver"
  31. depends on X86 || PPC || ALPHA
  32. select SND_HWDEP
  33. select SND_RAWMIDI
  34. select SND_PCM
  35. help
  36. Say Y here to include support for Tascam USB Audio/MIDI
  37. interfaces or controllers US-122, US-224 and US-428.
  38. To compile this driver as a module, choose M here: the module
  39. will be called snd-usb-usx2y.
  40. config SND_USB_CAIAQ
  41. tristate "Native Instruments USB audio devices"
  42. select SND_HWDEP
  43. select SND_RAWMIDI
  44. select SND_PCM
  45. help
  46. Say Y here to include support for caiaq USB audio interfaces,
  47. namely:
  48. * Native Instruments RigKontrol2
  49. * Native Instruments RigKontrol3
  50. * Native Instruments Kore Controller
  51. * Native Instruments Kore Controller 2
  52. * Native Instruments Audio Kontrol 1
  53. * Native Instruments Audio 2 DJ
  54. * Native Instruments Audio 4 DJ
  55. * Native Instruments Audio 8 DJ
  56. * Native Instruments Guitar Rig Session I/O
  57. * Native Instruments Guitar Rig mobile
  58. To compile this driver as a module, choose M here: the module
  59. will be called snd-usb-caiaq.
  60. config SND_USB_CAIAQ_INPUT
  61. bool "enable input device for controllers"
  62. depends on SND_USB_CAIAQ
  63. depends on INPUT=y || INPUT=SND_USB_CAIAQ
  64. help
  65. Say Y here to support input controllers like buttons, knobs,
  66. alpha dials and analog pedals on the following products:
  67. * Native Instruments RigKontrol2
  68. * Native Instruments RigKontrol3
  69. * Native Instruments Kore Controller
  70. * Native Instruments Kore Controller 2
  71. * Native Instruments Audio Kontrol 1
  72. config SND_USB_US122L
  73. tristate "Tascam US-122L USB driver"
  74. depends on X86 && EXPERIMENTAL
  75. select SND_HWDEP
  76. select SND_RAWMIDI
  77. help
  78. Say Y here to include support for Tascam US-122L USB Audio/MIDI
  79. interfaces.
  80. To compile this driver as a module, choose M here: the module
  81. will be called snd-usb-us122l.
  82. endif # SND_USB