Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46569
b: refs/heads/master
c: 7517c1b
h: refs/heads/master
i:
  46567: c37f034
v: v3
  • Loading branch information
Krzysztof Halasa authored and Jeff Garzik committed Feb 5, 2007
1 parent 37cf5a4 commit 353565d
Show file tree
Hide file tree
Showing 4 changed files with 580 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: 1d68e93d65d63814388d1a0b3de028de6dc27ae0
refs/heads/master: 7517c1b78759921daa679f1efba5d5dc0c81930e
13 changes: 13 additions & 0 deletions trunk/drivers/net/wan/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,19 @@ comment "Cyclades-PC300 MLPPP support is disabled."
comment "Refer to the file README.mlppp, provided by PC300 package."
depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP)

config PC300TOO
tristate "Cyclades PC300 RSV/X21 alternative support"
depends on HDLC && PCI
help
Alternative driver for PC300 RSV/X21 PCI cards made by
Cyclades, Inc. If you have such a card, say Y here and see
<http://www.kernel.org/pub/linux/utils/net/hdlc/>.

To compile this as a module, choose M here: the module
will be called pc300too.

If unsure, say N here.

config N2
tristate "SDL RISCom/N2 support"
depends on HDLC && ISA
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ obj-$(CONFIG_N2) += n2.o
obj-$(CONFIG_C101) += c101.o
obj-$(CONFIG_WANXL) += wanxl.o
obj-$(CONFIG_PCI200SYN) += pci200syn.o
obj-$(CONFIG_PC300TOO) += pc300too.o

clean-files := wanxlfw.inc
$(obj)/wanxl.o: $(obj)/wanxlfw.inc
Expand Down
Loading

0 comments on commit 353565d

Please sign in to comment.