Kconfig 876 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # USB ATM driver configuration
  3. #
  4. comment "USB ATM/DSL drivers"
  5. depends on USB
  6. config USB_ATM
  7. tristate "Generic USB ATM/DSL core I/O support"
  8. depends on USB && ATM
  9. select CRC32
  10. default n
  11. help
  12. This provides a library which is used for packet I/O by USB DSL
  13. modems, such as the SpeedTouch driver below.
  14. To compile this driver as a module, choose M here: the
  15. module will be called usb_atm.
  16. config USB_SPEEDTOUCH
  17. tristate "Alcatel Speedtouch USB support"
  18. depends on USB && ATM
  19. select USB_ATM
  20. help
  21. Say Y here if you have an Alcatel 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.