Skip to content
Snippets Groups Projects
Commit 70eba18b authored by Eliezer Tamir's avatar Eliezer Tamir Committed by Jeff Garzik
Browse files

make bnx2x select 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: default avatarLee Schermerhorn <lee.schermerhorn@hp.com>
Acked-by: default avatarEliezer Tamir <eliezert@broadcom.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 75758e8a
No related branches found
No related tags found
No related merge requests found
......@@ -2588,6 +2588,7 @@ config MLX4_DEBUG
config TEHUTI
tristate "Tehuti Networks 10G Ethernet"
depends on PCI
select ZLIB_INFLATE
help
Tehuti Networks 10G Ethernet NIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment