Kconfig 2.3 KB

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