make bnx2x select ZLIB_INFLATE

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Friday, December 7, 2007 - 2:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=70eba1...
Commit:     70eba18b5664f90d7620905e005b89388e5fd94b
Parent:     75758e8aa4b7d5c651261ce653dd8d0b716e1eda
Author:     Eliezer Tamir <eliezert@broadcom.com>
AuthorDate: Wed Dec 5 16:12:39 2007 +0200
Committer:  Jeff Garzik <jeff@garzik.org>
CommitDate: Fri Dec 7 15:01:39 2007 -0500

    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:  Lee Schermerhorn <lee.schermerhorn@hp.com>
    Acked-by: Eliezer Tamir <eliezert@broadcom.com>
    Signed-off-by: Jeff Garzik <jeff@garzik.org>
---
 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index d9107e5..6cde4ed 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -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
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
make bnx2x select ZLIB_INFLATE, Linux Kernel Mailing ..., (Fri Dec 7, 2:59 pm)