Skip to content

Commit

Permalink
Remove unused kernel config option DLCI_COUNT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Jeff Garzik committed Feb 7, 2007
1 parent 45d3ac4 commit f100ae2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions drivers/net/wan/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -357,17 +357,6 @@ config DLCI
To compile this driver as a module, choose M here: the
module will be called dlci.

config DLCI_COUNT
int "Max open DLCI"
depends on DLCI
default "24"
help
Maximal number of logical point-to-point frame relay connections
(the identifiers of which are called DCLIs) that the driver can
handle.

The default is probably fine.

config DLCI_MAX
int "Max DLCI per device"
depends on DLCI
Expand Down

0 comments on commit f100ae2

Please sign in to comment.