All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Hostess SV-11 depends on INET
@ 2007-02-17 14:37 Baruch Even
  2007-02-17 20:39 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Even @ 2007-02-17 14:37 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev

Comtrol Hostess SV-11 driver uses features from INET but doesn't depend on it.
The simple solution is to make it depend on INET as happens for the sealevel
driver.

Fixes bug #7930.

Signed-Off-By: Baruch Even <baruch@ev-en.org>

Index: 2.6-gt/drivers/net/wan/Kconfig
===================================================================
--- 2.6-gt.orig/drivers/net/wan/Kconfig	2007-02-17 16:26:22.000000000 +0200
+++ 2.6-gt/drivers/net/wan/Kconfig	2007-02-17 16:26:27.000000000 +0200
@@ -26,7 +26,7 @@
 # There is no way to detect a comtrol sv11 - force it modular for now.
 config HOSTESS_SV11
 	tristate "Comtrol Hostess SV-11 support"
-	depends on WAN && ISA && m && ISA_DMA_API
+	depends on WAN && ISA && m && ISA_DMA_API && INET
 	help
 	  Driver for Comtrol Hostess SV-11 network card which
 	  operates on low speed synchronous serial links at up to

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

* Re: [PATCH] Hostess SV-11 depends on INET
  2007-02-17 14:37 [PATCH] Hostess SV-11 depends on INET Baruch Even
@ 2007-02-17 20:39 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-02-17 20:39 UTC (permalink / raw)
  To: Baruch Even; +Cc: netdev

Baruch Even wrote:
> Comtrol Hostess SV-11 driver uses features from INET but doesn't depend on it.
> The simple solution is to make it depend on INET as happens for the sealevel
> driver.
> 
> Fixes bug #7930.
> 
> Signed-Off-By: Baruch Even <baruch@ev-en.org>

applied



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

end of thread, other threads:[~2007-02-17 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-17 14:37 [PATCH] Hostess SV-11 depends on INET Baruch Even
2007-02-17 20:39 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.