Merge tag 'vmwgfx-fixes-4.3-151001' of git://people.freedesktop.org/~thomash/linux...
[deliverable/linux.git] / drivers / usb / atm / Kconfig
CommitLineData
1da177e4 1#
86699e35 2# USB/ATM DSL configuration
1da177e4 3#
86699e35 4
b75be4ab 5menuconfig USB_ATM
86699e35 6 tristate "USB DSL modem support"
25e11ec4 7 depends on ATM
1da177e4
LT
8 select CRC32
9 default n
10 help
86699e35
DS
11 Say Y here if you want to connect a USB Digital Subscriber Line (DSL)
12 modem to your computer's USB port. You will then need to choose your
13 modem from the list below.
1da177e4
LT
14
15 To compile this driver as a module, choose M here: the
86699e35 16 module will be called usbatm.
1da177e4 17
b75be4ab
DC
18if USB_ATM
19
1da177e4 20config USB_SPEEDTOUCH
86699e35 21 tristate "Speedtouch USB support"
86699e35 22 select FW_LOADER
1da177e4 23 help
86699e35 24 Say Y here if you have an SpeedTouch USB or SpeedTouch 330
1da177e4
LT
25 modem. In order to use your modem you will need to install the
26 two parts of the firmware, extracted by the user space tools; see
27 <http://www.linux-usb.org/SpeedTouch/> for details.
28
29 To compile this driver as a module, choose M here: the
30 module will be called speedtch.
86699e35
DS
31
32config USB_CXACRU
33 tristate "Conexant AccessRunner USB support"
86699e35
DS
34 select FW_LOADER
35 help
36 Say Y here if you have an ADSL USB modem based on the Conexant
37 AccessRunner chipset. In order to use your modem you will need to
38 install the firmware, extracted by the user space tools; see
39 <http://accessrunner.sourceforge.net/> for details.
40
41 To compile this driver as a module, choose M here: the
42 module will be called cxacru.
43
b72458a8 44config USB_UEAGLEATM
45 tristate "ADI 930 and eagle USB DSL modem"
b72458a8 46 select FW_LOADER
47 help
48 Say Y here if you have an ADSL USB modem based on the ADI 930
49 or eagle chipset. In order to use your modem you will need to
50 install firmwares and CMV (Command Management Variables); see
51 <https://gna.org/projects/ueagleatm/> for details.
52
53 To compile this driver as a module, choose M here: the
54 module will be called ueagle-atm.
55
86699e35
DS
56config USB_XUSBATM
57 tristate "Other USB DSL modem support"
86699e35
DS
58 help
59 Say Y here if you have a DSL USB modem not explicitly supported by
60 another USB DSL drivers. In order to use your modem you will need to
61 pass the vendor ID, product ID, and endpoint numbers for transmission
cab00891 62 and reception as module parameters. You may need to initialize
86699e35
DS
63 the modem using a user space utility (a firmware loader for example).
64
65 To compile this driver as a module, choose M here: the
66 module will be called xusbatm.
67
b75be4ab 68endif # USB_ATM
This page took 0.828416 seconds and 5 git commands to generate.