Loading...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | # # USB Miscellaneous driver configuration # comment "USB Miscellaneous drivers" depends on USB config USB_EMI26 tristate "EMI 2|6 USB Audio interface support" depends on USB_AUDIO ---help--- This driver loads firmware to Emagic EMI 2|6 low latency USB Audio interface. After firmware load the device is handled with standard linux USB Audio driver. This code is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). The module will be called audio. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. config USB_TIGL tristate "Texas Instruments Graph Link USB (aka SilverLink) cable support" depends on USB ---help--- If you own a Texas Instruments graphing calculator and use a TI-GRAPH LINK USB cable (aka SilverLink), then you might be interested in this driver. If you enable this driver, you will be able to communicate with your calculator through a set of device nodes under /dev. This code is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). The module will be called tiglusb. If you want to compile it as a module, say M here and read Documentation/modules.txt. If you don't know what the SilverLink cable is or what a Texas Instruments graphing calculator is, then you probably don't need this driver. If unsure, say N. config USB_AUERSWALD tristate "USB Auerswald ISDN support (EXPERIMENTAL)" depends on USB && EXPERIMENTAL help Say Y here if you want to connect an Auerswald USB ISDN Device to your computer's USB port. This code is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). The module will be called auerswald. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. config USB_RIO500 tristate "USB Diamond Rio500 support (EXPERIMENTAL)" depends on USB && EXPERIMENTAL help Say Y here if you want to connect a USB Rio500 mp3 player to your computer's USB port. Please read <file:Documentation/usb/rio.txt> for more information. This code is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). The module will be called rio500. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. config USB_BRLVGER tristate "Tieman Voyager USB Braille display support (EXPERIMENTAL)" depends on USB && EXPERIMENTAL help Say Y here if you want to use the Voyager USB Braille display from Tieman. See <file:Documentation/usb/brlvger.txt> for more information. This code is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). The module will be called brlvger. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. config USB_LCD tristate "USB LCD driver support" depends on USB help Say Y here if you want to connect an USBLCD to your computer's USB port. The USBLCD is a small USB interface board for alphanumeric LCD modules. See <http://www.usblcd.de> for more information. This code is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). The module will be called usblcd. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. config USB_SPEEDTOUCH tristate "Alcatel Speedtouch ADSL USB Modem" depends on USB && ATM help Say Y here if you have an Alcatel SpeedTouch USB or SpeedTouch 330 modem. In order to use your modem you will need to install some user space tools, see <http://www.linux-usb.org/SpeedTouch/> for details. This code is also available as a module ( = code which can be inserted in and removed from the running kernel whenever you want). The module will be called speedtch. If you want to compile it as a module, say M here and read <file:Documentation/modules.txt>. config USB_TEST tristate "USB testing driver (DEVELOPMENT)" depends on USB && USB_DEVICEFS && EXPERIMENTAL help This driver is for testing host controller software. It is used with specialized device firmware for regression and stress testing, to help prevent problems from cropping up with "real" drivers. See <http://www.linux-usb.org/usbtest> for more information, including sample test device firmware and "how to use it". |