blob: f429862e0974b2d7e3f1285daefa5d77d219f606 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Duncan Sands86699e32005-05-11 20:15:37 +02002# USB/ATM DSL configuration
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
Duncan Sands86699e32005-05-11 20:15:37 +02004
5menu "USB DSL modem support"
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 depends on USB
7
8config USB_ATM
Duncan Sands86699e32005-05-11 20:15:37 +02009 tristate "USB DSL modem support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 depends on USB && ATM
11 select CRC32
12 default n
13 help
Duncan Sands86699e32005-05-11 20:15:37 +020014 Say Y here if you want to connect a USB Digital Subscriber Line (DSL)
15 modem to your computer's USB port. You will then need to choose your
16 modem from the list below.
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
18 To compile this driver as a module, choose M here: the
Duncan Sands86699e32005-05-11 20:15:37 +020019 module will be called usbatm.
Linus Torvalds1da177e2005-04-16 15:20:36 -070020
21config USB_SPEEDTOUCH
Duncan Sands86699e32005-05-11 20:15:37 +020022 tristate "Speedtouch USB support"
23 depends on USB_ATM
24 select FW_LOADER
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 help
Duncan Sands86699e32005-05-11 20:15:37 +020026 Say Y here if you have an SpeedTouch USB or SpeedTouch 330
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 modem. In order to use your modem you will need to install the
28 two parts of the firmware, extracted by the user space tools; see
29 <http://www.linux-usb.org/SpeedTouch/> for details.
30
31 To compile this driver as a module, choose M here: the
32 module will be called speedtch.
Duncan Sands86699e32005-05-11 20:15:37 +020033
34config USB_CXACRU
35 tristate "Conexant AccessRunner USB support"
36 depends on USB_ATM
37 select FW_LOADER
38 help
39 Say Y here if you have an ADSL USB modem based on the Conexant
40 AccessRunner chipset. In order to use your modem you will need to
41 install the firmware, extracted by the user space tools; see
42 <http://accessrunner.sourceforge.net/> for details.
43
44 To compile this driver as a module, choose M here: the
45 module will be called cxacru.
46
47config USB_XUSBATM
48 tristate "Other USB DSL modem support"
49 depends on USB_ATM
50 help
51 Say Y here if you have a DSL USB modem not explicitly supported by
52 another USB DSL drivers. In order to use your modem you will need to
53 pass the vendor ID, product ID, and endpoint numbers for transmission
54 and reception as module parameters. You may need to initialize the
55 the modem using a user space utility (a firmware loader for example).
56
57 To compile this driver as a module, choose M here: the
58 module will be called xusbatm.
59
60endmenu