Skip to content

Commit

Permalink
WAN: Port COSA driver to generic HDLC.
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
  • Loading branch information
Krzysztof Hałasa committed Jul 23, 2008
1 parent 0bee8db commit aca2575
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 167 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wan/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ config HOSTESS_SV11
# The COSA/SRP driver has not been tested as non-modular yet.
config COSA
tristate "COSA/SRP sync serial boards support"
depends on ISA && m && ISA_DMA_API
depends on ISA && m && ISA_DMA_API && HDLC
---help---
Driver for COSA and SRP synchronous serial boards.

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pc300-objs := $(pc300-y)

obj-$(CONFIG_HOSTESS_SV11) += z85230.o syncppp.o hostess_sv11.o
obj-$(CONFIG_SEALEVEL_4021) += z85230.o syncppp.o sealevel.o
obj-$(CONFIG_COSA) += syncppp.o cosa.o
obj-$(CONFIG_COSA) += cosa.o
obj-$(CONFIG_FARSYNC) += farsync.o
obj-$(CONFIG_DSCC4) += dscc4.o
obj-$(CONFIG_LANMEDIA) += syncppp.o
Expand Down
Loading

0 comments on commit aca2575

Please sign in to comment.