2004-01-13 01:00:49

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] simplify COMX_PROTO_LAPB dependencies

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.