Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. comment "USB Bluetooth TTY can only be used with disabled Bluetooth subsystem"
  26. depends on USB && BT
  27. config USB_BLUETOOTH_TTY
  28. tristate "USB Bluetooth TTY support"
  29. depends on USB && BT=n
  30. ---help---
  31. This driver implements a nonstandard tty interface to a Bluetooth
  32. device that can be used only by specialized Bluetooth HCI software.
  33. Say Y here if you want to use OpenBT Bluetooth stack (available
  34. at <http://developer.axis.com/software>), or other TTY based
  35. Bluetooth stacks, and want to connect a USB Bluetooth device
  36. to your computer's USB port.
  37. Do *not* enable this driver if you want to use generic Linux
  38. Bluetooth support.
  39. If in doubt, say N here.
  40. To compile this driver as a module, choose M here: the
  41. module will be called bluetty.
  42. config USB_MIDI
  43. tristate "USB MIDI support"
  44. depends on USB && SOUND && OBSOLETE_OSS_USB_DRIVER
  45. ---help---
  46. Say Y here if you want to connect a USB MIDI device to your
  47. computer's USB port. You only need this if you use the OSS
  48. sound system; USB MIDI devices are supported by ALSA's USB
  49. audio driver. This driver is for devices that comply with
  50. 'Universal Serial Bus Device Class Definition for MIDI Device'.
  51. The following devices are known to work:
  52. * Steinberg USB2MIDI
  53. * Roland MPU64
  54. * Roland PC-300
  55. * Roland SC8850
  56. * Roland UM-1
  57. * Roland UM-2
  58. * Roland UA-100
  59. * Yamaha MU1000
  60. To compile this driver as a module, choose M here: the
  61. module will be called usb-midi.
  62. config USB_ACM
  63. tristate "USB Modem (CDC ACM) support"
  64. depends on USB
  65. ---help---
  66. This driver supports USB modems and ISDN adapters which support the
  67. Communication Device Class Abstract Control Model interface.
  68. Please read <file:Documentation/usb/acm.txt> for details.
  69. If your modem only reports "Cls=ff(vend.)" in the descriptors in
  70. /proc/bus/usb/devices, then your modem will not work with this
  71. driver.
  72. To compile this driver as a module, choose M here: the
  73. module will be called cdc-acm.
  74. config USB_PRINTER
  75. tristate "USB Printer support"
  76. depends on USB
  77. help
  78. Say Y here if you want to connect a USB printer to your computer's
  79. USB port.
  80. To compile this driver as a module, choose M here: the
  81. module will be called usblp.