Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #
  2. # USB Class driver configuration
  3. #
  4. comment "USB Device Class drivers"
  5. depends on USB
  6. config OBSOLETE_OSS_USB_DRIVER
  7. bool "Obsolete OSS USB drivers"
  8. depends on USB && SOUND
  9. help
  10. This option enables support for the obsolete USB Audio and Midi
  11. drivers that are scheduled for removal in the near future since
  12. there are ALSA drivers for the same hardware.
  13. Please contact Adrian Bunk <bunk@stusta.de> if you had to
  14. say Y here because of missing support in the ALSA drivers.
  15. If unsure, say N.
  16. config USB_AUDIO
  17. tristate "USB Audio support"
  18. depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER
  19. help
  20. Say Y here if you want to connect USB audio equipment such as
  21. speakers to your computer's USB port. You only need this if you use
  22. the OSS sound driver; ALSA has its own option for usb audio support.
  23. To compile this driver as a module, choose M here: the
  24. module will be called audio.
  25. config USB_MIDI
  26. tristate "USB MIDI support"
  27. depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER
  28. ---help---
  29. Say Y here if you want to connect a USB MIDI device to your
  30. computer's USB port. You only need this if you use the OSS
  31. sound system; USB MIDI devices are supported by ALSA's USB
  32. audio driver. This driver is for devices that comply with
  33. 'Universal Serial Bus Device Class Definition for MIDI Device'.
  34. The following devices are known to work:
  35. * Steinberg USB2MIDI
  36. * Roland MPU64
  37. * Roland PC-300
  38. * Roland SC8850
  39. * Roland UM-1
  40. * Roland UM-2
  41. * Roland UA-100
  42. * Yamaha MU1000
  43. To compile this driver as a module, choose M here: the
  44. module will be called usb-midi.
  45. config USB_ACM
  46. tristate "USB Modem (CDC ACM) support"
  47. depends on USB
  48. ---help---
  49. This driver supports USB modems and ISDN adapters which support the
  50. Communication Device Class Abstract Control Model interface.
  51. Please read <file:Documentation/usb/acm.txt> for details.
  52. If your modem only reports "Cls=ff(vend.)" in the descriptors in
  53. /proc/bus/usb/devices, then your modem will not work with this
  54. driver.
  55. To compile this driver as a module, choose M here: the
  56. module will be called cdc-acm.
  57. config USB_PRINTER
  58. tristate "USB Printer support"
  59. depends on USB
  60. help
  61. Say Y here if you want to connect a USB printer to your computer's
  62. USB port.
  63. To compile this driver as a module, choose M here: the
  64. module will be called usblp.