]> bbs.cooldavid.org Git - net-next-2.6.git/commit
bnx2x depends on ZLIB_INFLATE
authorLee Schermerhorn <Lee.Schermerhorn@hp.com>
Fri, 14 Dec 2007 00:02:59 +0000 (16:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:07:20 +0000 (15:07 -0800)
commit07b270eab52433e3f61c298eb5ff9d9a668c2458
tree24ed71a8a38ef53a19794806d4d70ffc23d1d945
parent9329f4e4d261bb026b53565e22b7fab1d2973cd0
bnx2x depends on ZLIB_INFLATE

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>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/Kconfig