Kconfig 2.6 KB

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