netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch resend build-breakage] make bnx2x select ZLIB_INFLATE
@ 2007-12-05 14:12 Eliezer Tamir
  2007-12-05 14:16 ` David Miller
  2007-12-07 20:03 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Eliezer Tamir @ 2007-12-05 14:12 UTC (permalink / raw)
  To: netdev@vger.kernel.org, davem@davemloft.net
  Cc: jeff@garzik.org, Lee Schermerhorn

The bnx2x module depends on the zlib_inflate functions.  The
build will fail if ZLIB_INFLATE has not been selected manually
or by building another module that automatically selects it.

Modify BNX2X config option to 'select ZLIB_INFLATE' like BNX2
and others.  This seems to fix it.


Signed-off-by:  Lee Schermerhorn <lee.schermerhorn@hp.com>
Acked-by: Eliezer Tamir <eliezert@broadcom.com>
---
 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5bafb30..b9d7f5b 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2594,6 +2594,7 @@ config TEHUTI
 config BNX2X
 	tristate "Broadcom NetXtremeII 10Gb support"
 	depends on PCI
+	select ZLIB_INFLATE
 	help
 	  This driver supports Broadcom NetXtremeII 10 gigabit Ethernet cards.
 	  To compile this driver as a module, choose M here: the module
-- 
1.5.3.2





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

end of thread, other threads:[~2007-12-07 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 14:12 [patch resend build-breakage] make bnx2x select ZLIB_INFLATE Eliezer Tamir
2007-12-05 14:16 ` David Miller
2007-12-07 20:03 ` 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).