Kconfig (c1b054d03f5b31c33eaa0b267c629b118eaf3790) Kconfig (b72458a80c75cab832248f536412f386e20a93a0)
1#
2# USB/ATM DSL configuration
3#
4
5menu "USB DSL modem support"
6 depends on USB
7
8config USB_ATM

--- 30 unchanged lines hidden (view full) ---

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
1#
2# USB/ATM DSL configuration
3#
4
5menu "USB DSL modem support"
6 depends on USB
7
8config USB_ATM

--- 30 unchanged lines hidden (view full) ---

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_UEAGLEATM
48 tristate "ADI 930 and eagle USB DSL modem"
49 depends on USB_ATM
50 select FW_LOADER
51 help
52 Say Y here if you have an ADSL USB modem based on the ADI 930
53 or eagle chipset. In order to use your modem you will need to
54 install firmwares and CMV (Command Management Variables); see
55 <https://gna.org/projects/ueagleatm/> for details.
56
57 To compile this driver as a module, choose M here: the
58 module will be called ueagle-atm.
59
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
60config USB_XUSBATM
61 tristate "Other USB DSL modem support"
62 depends on USB_ATM
63 help
64 Say Y here if you have a DSL USB modem not explicitly supported by
65 another USB DSL drivers. In order to use your modem you will need to
66 pass the vendor ID, product ID, and endpoint numbers for transmission
67 and reception as module parameters. You may need to initialize the
68 the modem using a user space utility (a firmware loader for example).
69
70 To compile this driver as a module, choose M here: the
71 module will be called xusbatm.
72
73endmenu