# # [31mCONFIG_USB[0m/[31mCONFIG_ATM[0m DSL configuration # menuconfig [31mCONFIG_USB_ATM[0m tristate "USB DSL modem support" depends on [31mCONFIG_ATM[0m select [31mCONFIG_CRC32[0m default n help Say Y here if you want to connect a [31mCONFIG_USB[0m Digital Subscriber Line (DSL) modem to your computer's [31mCONFIG_USB[0m port. You will then need to choose your modem from the list below. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called usbatm. if [31mCONFIG_USB_ATM[0m config [31mCONFIG_USB_SPEEDTOUCH[0m tristate "Speedtouch USB support" select [31mCONFIG_FW_LOADER[0m help Say Y here if you have an SpeedTouch [31mCONFIG_USB[0m or SpeedTouch 330 modem. In order to use your modem you will need to install the two parts of the firmware, extracted by the user space tools; see <http://www.linux-usb.org/SpeedTouch/> for details. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called speedtch. config [31mCONFIG_USB_CXACRU[0m tristate "Conexant AccessRunner USB support" select [31mCONFIG_FW_LOADER[0m help Say Y here if you have an ADSL [31mCONFIG_USB[0m modem based on the Conexant AccessRunner chipset. In order to use your modem you will need to install the firmware, extracted by the user space tools; see <http://accessrunner.sourceforge.net/> for details. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called cxacru. config [31mCONFIG_USB_UEAGLEATM[0m tristate "ADI 930 and eagle USB DSL modem" select [31mCONFIG_FW_LOADER[0m help Say Y here if you have an ADSL [31mCONFIG_USB[0m modem based on the [31mCONFIG_ADI[0m 930 or eagle chipset. In order to use your modem you will need to install firmwares and CMV (Command Management Variables); see <https://gna.org/projects/ueagleatm/> for details. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called ueagle-atm. config [31mCONFIG_USB_XUSBATM[0m tristate "Other USB DSL modem support" help Say Y here if you have a DSL [31mCONFIG_USB[0m modem not explicitly supported by another [31mCONFIG_USB[0m DSL drivers. In order to use your modem you will need to pass the vendor ID, product ID, and endpoint numbers for transmission and reception as module parameters. You may need to initialize the modem using a user space utility (a firmware loader for example). To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called xusbatm. endif # [31mCONFIG_USB_ATM[0m |