Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f100ae2e authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Jeff Garzik
Browse files

Remove unused kernel config option DLCI_COUNT



Remove the unused kernel config option DLCI_COUNT.

Signed-off-by: default avatarRobert 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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 45d3ac4e
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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