Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# CONFIG_USB/CONFIG_ATM DSL configuration
#

menuconfig CONFIG_USB_ATM
	tristate "USB DSL modem support"
	depends on CONFIG_ATM
	select CONFIG_CRC32
	default n
	help
	  Say Y here if you want to connect a CONFIG_USB Digital Subscriber Line (DSL)
	  modem to your computer's CONFIG_USB port.  You will then need to choose your
	  modem from the list below.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called usbatm.

if CONFIG_USB_ATM

config CONFIG_USB_SPEEDTOUCH
	tristate "Speedtouch USB support"
	select CONFIG_FW_LOADER
	help
	  Say Y here if you have an SpeedTouch CONFIG_USB 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 CONFIG_M here: the
	  module will be called speedtch.

config CONFIG_USB_CXACRU
	tristate "Conexant AccessRunner USB support"
	select CONFIG_FW_LOADER
	help
	  Say Y here if you have an ADSL CONFIG_USB 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 CONFIG_M here: the
	  module will be called cxacru.

config CONFIG_USB_UEAGLEATM
	tristate "ADI 930 and eagle USB DSL modem"
	select CONFIG_FW_LOADER
	help
	  Say Y here if you have an ADSL CONFIG_USB modem based on the CONFIG_ADI 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 CONFIG_M here: the
	  module will be called ueagle-atm.

config CONFIG_USB_XUSBATM
	tristate "Other USB DSL modem support"
	help
	  Say Y here if you have a DSL CONFIG_USB modem not explicitly supported by
	  another CONFIG_USB 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 CONFIG_M here: the
	  module will be called xusbatm.

endif # CONFIG_USB_ATM