Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #
  2. # USB/ATM DSL configuration
  3. #
  4. menuconfig USB_ATM
  5. tristate "USB DSL modem support"
  6. depends on ATM
  7. select CRC32
  8. default n
  9. help
  10. Say Y here if you want to connect a USB Digital Subscriber Line (DSL)
  11. modem to your computer's USB port. You will then need to choose your
  12. modem from the list below.
  13. To compile this driver as a module, choose M here: the
  14. module will be called usbatm.
  15. if USB_ATM
  16. config USB_SPEEDTOUCH
  17. tristate "Speedtouch USB support"
  18. select FW_LOADER
  19. help
  20. Say Y here if you have an SpeedTouch USB or SpeedTouch 330
  21. modem. In order to use your modem you will need to install the
  22. two parts of the firmware, extracted by the user space tools; see
  23. <http://www.linux-usb.org/SpeedTouch/> for details.
  24. To compile this driver as a module, choose M here: the
  25. module will be called speedtch.
  26. config USB_CXACRU
  27. tristate "Conexant AccessRunner USB support"
  28. select FW_LOADER
  29. help
  30. Say Y here if you have an ADSL USB modem based on the Conexant
  31. AccessRunner chipset. In order to use your modem you will need to
  32. install the firmware, extracted by the user space tools; see
  33. <http://accessrunner.sourceforge.net/> for details.
  34. To compile this driver as a module, choose M here: the
  35. module will be called cxacru.
  36. config USB_UEAGLEATM
  37. tristate "ADI 930 and eagle USB DSL modem"
  38. select FW_LOADER
  39. help
  40. Say Y here if you have an ADSL USB modem based on the ADI 930
  41. or eagle chipset. In order to use your modem you will need to
  42. install firmwares and CMV (Command Management Variables); see
  43. <https://gna.org/projects/ueagleatm/> for details.
  44. To compile this driver as a module, choose M here: the
  45. module will be called ueagle-atm.
  46. config USB_XUSBATM
  47. tristate "Other USB DSL modem support"
  48. help
  49. Say Y here if you have a DSL USB modem not explicitly supported by
  50. another USB DSL drivers. In order to use your modem you will need to
  51. pass the vendor ID, product ID, and endpoint numbers for transmission
  52. and reception as module parameters. You may need to initialize
  53. the modem using a user space utility (a firmware loader for example).
  54. To compile this driver as a module, choose M here: the
  55. module will be called xusbatm.
  56. endif # USB_ATM