11da177e4SLinus Torvalds# 286699e35SDuncan Sands# USB/ATM DSL configuration 31da177e4SLinus Torvalds# 486699e35SDuncan Sands 586699e35SDuncan Sandsmenu "USB DSL modem support" 61da177e4SLinus Torvalds depends on USB 71da177e4SLinus Torvalds 81da177e4SLinus Torvaldsconfig USB_ATM 986699e35SDuncan Sands tristate "USB DSL modem support" 101da177e4SLinus Torvalds depends on USB && ATM 111da177e4SLinus Torvalds select CRC32 121da177e4SLinus Torvalds default n 131da177e4SLinus Torvalds help 1486699e35SDuncan Sands Say Y here if you want to connect a USB Digital Subscriber Line (DSL) 1586699e35SDuncan Sands modem to your computer's USB port. You will then need to choose your 1686699e35SDuncan Sands modem from the list below. 171da177e4SLinus Torvalds 181da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1986699e35SDuncan Sands module will be called usbatm. 201da177e4SLinus Torvalds 211da177e4SLinus Torvaldsconfig USB_SPEEDTOUCH 2286699e35SDuncan Sands tristate "Speedtouch USB support" 2386699e35SDuncan Sands depends on USB_ATM 2486699e35SDuncan Sands select FW_LOADER 251da177e4SLinus Torvalds help 2686699e35SDuncan Sands Say Y here if you have an SpeedTouch USB or SpeedTouch 330 271da177e4SLinus Torvalds modem. In order to use your modem you will need to install the 281da177e4SLinus Torvalds two parts of the firmware, extracted by the user space tools; see 291da177e4SLinus Torvalds <http://www.linux-usb.org/SpeedTouch/> for details. 301da177e4SLinus Torvalds 311da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 321da177e4SLinus Torvalds module will be called speedtch. 3386699e35SDuncan Sands 3486699e35SDuncan Sandsconfig USB_CXACRU 3586699e35SDuncan Sands tristate "Conexant AccessRunner USB support" 3686699e35SDuncan Sands depends on USB_ATM 3786699e35SDuncan Sands select FW_LOADER 3886699e35SDuncan Sands help 3986699e35SDuncan Sands Say Y here if you have an ADSL USB modem based on the Conexant 4086699e35SDuncan Sands AccessRunner chipset. In order to use your modem you will need to 4186699e35SDuncan Sands install the firmware, extracted by the user space tools; see 4286699e35SDuncan Sands <http://accessrunner.sourceforge.net/> for details. 4386699e35SDuncan Sands 4486699e35SDuncan Sands To compile this driver as a module, choose M here: the 4586699e35SDuncan Sands module will be called cxacru. 4686699e35SDuncan Sands 47*b72458a8Smatthieu castetconfig USB_UEAGLEATM 48*b72458a8Smatthieu castet tristate "ADI 930 and eagle USB DSL modem" 49*b72458a8Smatthieu castet depends on USB_ATM 50*b72458a8Smatthieu castet select FW_LOADER 51*b72458a8Smatthieu castet help 52*b72458a8Smatthieu castet Say Y here if you have an ADSL USB modem based on the ADI 930 53*b72458a8Smatthieu castet or eagle chipset. In order to use your modem you will need to 54*b72458a8Smatthieu castet install firmwares and CMV (Command Management Variables); see 55*b72458a8Smatthieu castet <https://gna.org/projects/ueagleatm/> for details. 56*b72458a8Smatthieu castet 57*b72458a8Smatthieu castet To compile this driver as a module, choose M here: the 58*b72458a8Smatthieu castet module will be called ueagle-atm. 59*b72458a8Smatthieu castet 6086699e35SDuncan Sandsconfig USB_XUSBATM 6186699e35SDuncan Sands tristate "Other USB DSL modem support" 6286699e35SDuncan Sands depends on USB_ATM 6386699e35SDuncan Sands help 6486699e35SDuncan Sands Say Y here if you have a DSL USB modem not explicitly supported by 6586699e35SDuncan Sands another USB DSL drivers. In order to use your modem you will need to 6686699e35SDuncan Sands pass the vendor ID, product ID, and endpoint numbers for transmission 6786699e35SDuncan Sands and reception as module parameters. You may need to initialize the 6886699e35SDuncan Sands the modem using a user space utility (a firmware loader for example). 6986699e35SDuncan Sands 7086699e35SDuncan Sands To compile this driver as a module, choose M here: the 7186699e35SDuncan Sands module will be called xusbatm. 7286699e35SDuncan Sands 7386699e35SDuncan Sandsendmenu 74