blob: 0f922942a07aca8a114058cb9f36a7899229bec9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Duncan Sands86699e32005-05-11 20:15:37 +02002# USB/ATM DSL configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
Duncan Sands86699e32005-05-11 20:15:37 +02004
Denis Chengb75be4a2008-01-24 16:36:31 +08005menuconfig USB_ATM
Duncan Sands86699e32005-05-11 20:15:37 +02006 tristate "USB DSL modem support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +02007 depends on ATM
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 select CRC32
9 default n
10 help
Duncan Sands86699e32005-05-11 20:15:37 +020011 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15 To compile this driver as a module, choose M here: the
Duncan Sands86699e32005-05-11 20:15:37 +020016 module will be called usbatm.
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
Denis Chengb75be4a2008-01-24 16:36:31 +080018if USB_ATM
19
Linus Torvalds1da177e2005-04-16 15:20:36 -070020config USB_SPEEDTOUCH
Duncan Sands86699e32005-05-11 20:15:37 +020021 tristate "Speedtouch USB support"
Duncan Sands86699e32005-05-11 20:15:37 +020022 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -070023 help
Duncan Sands86699e32005-05-11 20:15:37 +020024 Say Y here if you have an SpeedTouch USB or SpeedTouch 330
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 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.
Duncan Sands86699e32005-05-11 20:15:37 +020031
32config USB_CXACRU
33 tristate "Conexant AccessRunner USB support"
Duncan Sands86699e32005-05-11 20:15:37 +020034 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
matthieu castetb72458a2005-11-07 23:27:13 +010044config USB_UEAGLEATM
45 tristate "ADI 930 and eagle USB DSL modem"
matthieu castetb72458a2005-11-07 23:27:13 +010046 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
Duncan Sands86699e32005-05-11 20:15:37 +020056config USB_XUSBATM
57 tristate "Other USB DSL modem support"
Duncan Sands86699e32005-05-11 20:15:37 +020058 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
Matt LaPlantecab00892006-10-03 22:36:44 +020062 and reception as module parameters. You may need to initialize
Duncan Sands86699e32005-05-11 20:15:37 +020063 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
Denis Chengb75be4a2008-01-24 16:36:31 +080068endif # USB_ATM