diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-02-05 19:31:06 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-07 18:49:55 -0500 |
commit | f100ae2ed04d17fb450fe6e3a3780342da60acd0 (patch) | |
tree | 33c18483fc44f901e0d0818cf8107fa34bdb56ef /drivers/net/wan/Kconfig | |
parent | 45d3ac4ec31ccf9a39065e8576260c6ac2652c83 (diff) |
Remove unused kernel config option DLCI_COUNT
Remove the unused kernel config option DLCI_COUNT.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Krzysztof Halasa {khc@pm.waw.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/wan/Kconfig')
-rw-r--r-- | drivers/net/wan/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index f07aec3e92b4..61708cf4c85d 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -357,17 +357,6 @@ config DLCI | |||
357 | To compile this driver as a module, choose M here: the | 357 | To compile this driver as a module, choose M here: the |
358 | module will be called dlci. | 358 | module will be called dlci. |
359 | 359 | ||
360 | config DLCI_COUNT | ||
361 | int "Max open DLCI" | ||
362 | depends on DLCI | ||
363 | default "24" | ||
364 | help | ||
365 | Maximal number of logical point-to-point frame relay connections | ||
366 | (the identifiers of which are called DCLIs) that the driver can | ||
367 | handle. | ||
368 | |||
369 | The default is probably fine. | ||
370 | |||
371 | config DLCI_MAX | 360 | config DLCI_MAX |
372 | int "Max DLCI per device" | 361 | int "Max DLCI per device" |
373 | depends on DLCI | 362 | depends on DLCI |