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