netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 1/5] remove dead entry in net wan Kconfig
@ 2006-06-30  9:27 akpm
  2006-06-30 12:57 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2006-06-30  9:27 UTC (permalink / raw)
  To: davem; +Cc: netdev, akpm, paulkf

From: Paul Fulghum <paulkf@microgate.com>

Remove dead entry from net wan Kconfig and net wan Makefile..  This entry is
left over from 2.4 where synclink used syncppp driver directly.  synclink
drivers now use generic HDLC

Signed-off-by: Paul Fulghum <paulkf@microgate.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/net/wan/Kconfig  |   12 ------------
 drivers/net/wan/Makefile |    1 -
 2 files changed, 13 deletions(-)

diff -puN drivers/net/wan/Kconfig~remove-dead-entry-in-net-wan-kconfig drivers/net/wan/Kconfig
--- a/drivers/net/wan/Kconfig~remove-dead-entry-in-net-wan-kconfig
+++ a/drivers/net/wan/Kconfig
@@ -134,18 +134,6 @@ config SEALEVEL_4021
 	  The driver will be compiled as a module: the
 	  module will be called sealevel.
 
-config SYNCLINK_SYNCPPP
-	tristate "SyncLink HDLC/SYNCPPP support"
-	depends on WAN
-	help
-	  Enables HDLC/SYNCPPP support for the SyncLink WAN driver.
-
-	  Normally the SyncLink WAN driver works with the main PPP driver
-	  <file:drivers/net/ppp_generic.c> and pppd program.
-	  HDLC/SYNCPPP support allows use of the Cisco HDLC/PPP driver
-	  <file:drivers/net/wan/syncppp.c>. The SyncLink WAN driver (in
-	  character devices) must also be enabled.
-
 # Generic HDLC
 config HDLC
 	tristate "Generic HDLC layer"
diff -puN drivers/net/wan/Makefile~remove-dead-entry-in-net-wan-kconfig drivers/net/wan/Makefile
--- a/drivers/net/wan/Makefile~remove-dead-entry-in-net-wan-kconfig
+++ a/drivers/net/wan/Makefile
@@ -28,7 +28,6 @@ obj-$(CONFIG_COSA)		+=		syncppp.o	cosa.o
 obj-$(CONFIG_FARSYNC)		+=		syncppp.o	farsync.o
 obj-$(CONFIG_DSCC4)             +=				dscc4.o
 obj-$(CONFIG_LANMEDIA)		+=		syncppp.o
-obj-$(CONFIG_SYNCLINK_SYNCPPP)	+=		syncppp.o
 obj-$(CONFIG_X25_ASY)		+= x25_asy.o
 
 obj-$(CONFIG_LANMEDIA)		+= lmc/
_

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 1/5] remove dead entry in net wan Kconfig
  2006-06-30  9:27 [patch 1/5] remove dead entry in net wan Kconfig akpm
@ 2006-06-30 12:57 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-06-30 12:57 UTC (permalink / raw)
  To: akpm; +Cc: davem, netdev, paulkf

akpm@osdl.org wrote:
> From: Paul Fulghum <paulkf@microgate.com>
> 
> Remove dead entry from net wan Kconfig and net wan Makefile..  This entry is
> left over from 2.4 where synclink used syncppp driver directly.  synclink
> drivers now use generic HDLC
> 
> Signed-off-by: Paul Fulghum <paulkf@microgate.com>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
> ---
> 
>  drivers/net/wan/Kconfig  |   12 ------------
>  drivers/net/wan/Makefile |    1 -
>  2 files changed, 13 deletions(-)

queued this in my stack...



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-30 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-30  9:27 [patch 1/5] remove dead entry in net wan Kconfig akpm
2006-06-30 12:57 ` Jeff Garzik

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).