linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] simplify COMX_PROTO_LAPB dependencies
@ 2004-01-13  1:00 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-01-13  1:00 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-net, linux-kernel

Hi Jeff,

the patch below simplifies the COMX_PROTO_LAPB dependencies while 
remaining semantically equivalent.

Please apply
Adrian

--- linux-2.6.1-mm2/drivers/net/wan/Kconfig.old	2004-01-13 01:53:19.000000000 +0100
+++ linux-2.6.1-mm2/drivers/net/wan/Kconfig	2004-01-13 01:53:57.000000000 +0100
@@ -143,7 +143,7 @@
 
 config COMX_PROTO_LAPB
 	tristate "Support for LAPB protocol on MultiGate boards"
-	depends on WAN && (COMX!=n && LAPB=m && LAPB || LAPB=y && COMX)
+	depends on COMX && LAPB
 	help
 	  LAPB protocol driver for all MultiGate boards. Say Y if you
 	  want to use this protocol on your MultiGate boards.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-13  1:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-13  1:00 [2.6 patch] simplify COMX_PROTO_LAPB dependencies Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).