diff options
Diffstat (limited to 'drivers/net/wan/Kconfig')
-rw-r--r-- | drivers/net/wan/Kconfig | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index 21f76f51c95e..61708cf4c85d 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 |
@@ -344,17 +357,6 @@ config DLCI | |||
344 | To compile this driver as a module, choose M here: the | 357 | To compile this driver as a module, choose M here: the |
345 | module will be called dlci. | 358 | module will be called dlci. |
346 | 359 | ||
347 | config DLCI_COUNT | ||
348 | int "Max open DLCI" | ||
349 | depends on DLCI | ||
350 | default "24" | ||
351 | help | ||
352 | Maximal number of logical point-to-point frame relay connections | ||
353 | (the identifiers of which are called DCLIs) that the driver can | ||
354 | handle. | ||
355 | |||
356 | The default is probably fine. | ||
357 | |||
358 | config DLCI_MAX | 360 | config DLCI_MAX |
359 | int "Max DLCI per device" | 361 | int "Max DLCI per device" |
360 | depends on DLCI | 362 | depends on DLCI |