* [patch 09/10] bnx2x depends on ZLIB_INFLATE
@ 2007-12-14 0:02 akpm
2007-12-18 1:18 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2007-12-14 0:02 UTC (permalink / raw)
To: jeff; +Cc: netdev, akpm, Lee.Schermerhorn, eliezert, lee.schermerhorn
From: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
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>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/net/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/net/Kconfig~bnx2x-depends-on-zlib_inflate drivers/net/Kconfig
--- a/drivers/net/Kconfig~bnx2x-depends-on-zlib_inflate
+++ a/drivers/net/Kconfig
@@ -2607,6 +2607,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
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 09/10] bnx2x depends on ZLIB_INFLATE
2007-12-14 0:02 [patch 09/10] bnx2x depends on ZLIB_INFLATE akpm
@ 2007-12-18 1:18 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-12-18 1:18 UTC (permalink / raw)
To: akpm; +Cc: netdev, Lee.Schermerhorn, eliezert
akpm@linux-foundation.org wrote:
> From: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
>
> 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>
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/net/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
applied #upstream
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-18 1:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14 0:02 [patch 09/10] bnx2x depends on ZLIB_INFLATE akpm
2007-12-18 1:18 ` 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).