Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15443
b: refs/heads/master
c: b72458a
h: refs/heads/master
i:
  15441: da126da
  15439: 55b5499
v: v3
  • Loading branch information
matthieu castet authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 2b2a10f commit 8383c96
Show file tree
Hide file tree
Showing 4 changed files with 1,828 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6912354a895fcd234155273fe8838a0d83259a9b
refs/heads/master: b72458a80c75cab832248f536412f386e20a93a0
13 changes: 13 additions & 0 deletions trunk/drivers/usb/atm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ config USB_CXACRU
To compile this driver as a module, choose M here: the
module will be called cxacru.

config USB_UEAGLEATM
tristate "ADI 930 and eagle USB DSL modem"
depends on USB_ATM
select FW_LOADER
help
Say Y here if you have an ADSL USB modem based on the ADI 930
or eagle chipset. In order to use your modem you will need to
install firmwares and CMV (Command Management Variables); see
<https://gna.org/projects/ueagleatm/> for details.

To compile this driver as a module, choose M here: the
module will be called ueagle-atm.

config USB_XUSBATM
tristate "Other USB DSL modem support"
depends on USB_ATM
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/atm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

obj-$(CONFIG_USB_CXACRU) += cxacru.o
obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o
obj-$(CONFIG_USB_UEAGLEATM) += ueagle-atm.o
obj-$(CONFIG_USB_ATM) += usbatm.o
obj-$(CONFIG_USB_XUSBATM) += xusbatm.o

Expand Down
Loading

0 comments on commit 8383c96

Please sign in to comment.