diff options
author | Krzysztof Halasa <khc@pm.waw.pl> | 2007-01-30 10:10:24 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 16:58:51 -0500 |
commit | 7517c1b78759921daa679f1efba5d5dc0c81930e (patch) | |
tree | af3c53eaf25f5491a9e9d3fa8d71ba8a04a59dce /drivers/net/wan/Kconfig | |
parent | 1d68e93d65d63814388d1a0b3de028de6dc27ae0 (diff) |
PC300too alternative WAN driver
The attached patch adds an alternative driver "pc300too" for PCI WAN
cards PC300/RSV and PC300/X21 made by Cyclades Corp. (now Avocent Corp).
Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/wan/Kconfig')
-rw-r--r-- | drivers/net/wan/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 21f76f51c95e..f07aec3e92b4 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -235,6 +235,19 @@ comment "Cyclades-PC300 MLPPP support is disabled." | |||
235 | comment "Refer to the file README.mlppp, provided by PC300 package." | 235 | comment "Refer to the file README.mlppp, provided by PC300 package." |
236 | depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP) | 236 | depends on WAN && HDLC && PC300 && (PPP=n || !PPP_MULTILINK || PPP_SYNC_TTY=n || !HDLC_PPP) |
237 | 237 | ||
238 | config PC300TOO | ||
239 | tristate "Cyclades PC300 RSV/X21 alternative support" | ||
240 | depends on HDLC && PCI | ||
241 | help | ||
242 | Alternative driver for PC300 RSV/X21 PCI cards made by | ||
243 | Cyclades, Inc. If you have such a card, say Y here and see | ||
244 | <http://www.kernel.org/pub/linux/utils/net/hdlc/>. | ||
245 | |||
246 | To compile this as a module, choose M here: the module | ||
247 | will be called pc300too. | ||
248 | |||
249 | If unsure, say N here. | ||
250 | |||
238 | config N2 | 251 | config N2 |
239 | tristate "SDL RISCom/N2 support" | 252 | tristate "SDL RISCom/N2 support" |
240 | depends on HDLC && ISA | 253 | depends on HDLC && ISA |