| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 2 | # USB/ATM DSL configuration | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | # | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 4 |  | 
| Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 5 | menuconfig USB_ATM | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 6 | tristate "USB DSL modem support" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | depends on USB && ATM | 
|  | 8 | select CRC32 | 
|  | 9 | default n | 
|  | 10 | help | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 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. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 |  | 
|  | 15 | To compile this driver as a module, choose M here: the | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 16 | module will be called usbatm. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 |  | 
| Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 18 | if USB_ATM | 
|  | 19 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | config USB_SPEEDTOUCH | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 21 | tristate "Speedtouch USB support" | 
|  | 22 | depends on USB_ATM | 
|  | 23 | select FW_LOADER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | help | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 25 | Say Y here if you have an SpeedTouch USB or SpeedTouch 330 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | modem.  In order to use your modem you will need to install the | 
|  | 27 | two parts of the firmware, extracted by the user space tools; see | 
|  | 28 | <http://www.linux-usb.org/SpeedTouch/> for details. | 
|  | 29 |  | 
|  | 30 | To compile this driver as a module, choose M here: the | 
|  | 31 | module will be called speedtch. | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 32 |  | 
|  | 33 | config USB_CXACRU | 
|  | 34 | tristate "Conexant AccessRunner USB support" | 
|  | 35 | depends on USB_ATM | 
|  | 36 | select FW_LOADER | 
|  | 37 | help | 
|  | 38 | Say Y here if you have an ADSL USB modem based on the Conexant | 
|  | 39 | AccessRunner chipset.  In order to use your modem you will need to | 
|  | 40 | install the firmware, extracted by the user space tools; see | 
|  | 41 | <http://accessrunner.sourceforge.net/> for details. | 
|  | 42 |  | 
|  | 43 | To compile this driver as a module, choose M here: the | 
|  | 44 | module will be called cxacru. | 
|  | 45 |  | 
| matthieu castet | b72458a | 2005-11-07 23:27:13 +0100 | [diff] [blame] | 46 | config USB_UEAGLEATM | 
|  | 47 | tristate "ADI 930 and eagle USB DSL modem" | 
|  | 48 | depends on USB_ATM | 
|  | 49 | select FW_LOADER | 
|  | 50 | help | 
|  | 51 | Say Y here if you have an ADSL USB modem based on the ADI 930 | 
|  | 52 | or eagle chipset. In order to use your modem you will need to | 
|  | 53 | install firmwares and CMV (Command Management Variables); see | 
|  | 54 | <https://gna.org/projects/ueagleatm/> for details. | 
|  | 55 |  | 
|  | 56 | To compile this driver as a module, choose M here: the | 
|  | 57 | module will be called ueagle-atm. | 
|  | 58 |  | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 59 | config USB_XUSBATM | 
|  | 60 | tristate "Other USB DSL modem support" | 
|  | 61 | depends on USB_ATM | 
|  | 62 | help | 
|  | 63 | Say Y here if you have a DSL USB modem not explicitly supported by | 
|  | 64 | another USB DSL drivers.  In order to use your modem you will need to | 
|  | 65 | pass the vendor ID, product ID, and endpoint numbers for transmission | 
| Matt LaPlante | cab0089 | 2006-10-03 22:36:44 +0200 | [diff] [blame] | 66 | and reception as module parameters.  You may need to initialize | 
| Duncan Sands | 86699e3 | 2005-05-11 20:15:37 +0200 | [diff] [blame] | 67 | the modem using a user space utility (a firmware loader for example). | 
|  | 68 |  | 
|  | 69 | To compile this driver as a module, choose M here: the | 
|  | 70 | module will be called xusbatm. | 
|  | 71 |  | 
| Denis Cheng | b75be4a | 2008-01-24 16:36:31 +0800 | [diff] [blame] | 72 | endif # USB_ATM |