Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=07b270eab52433e3f61c298eb5ff9d9a668c2458
Commit:     07b270eab52433e3f61c298eb5ff9d9a668c2458
Parent:     9329f4e4d261bb026b53565e22b7fab1d2973cd0
Author:     Lee Schermerhorn <[EMAIL PROTECTED]>
AuthorDate: Thu Dec 13 16:02:59 2007 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:07:20 2008 -0800

    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 <[EMAIL PROTECTED]>
    Acked-by: Eliezer Tamir <[EMAIL PROTECTED]>
    Cc: Jeff Garzik <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 477c3e4..fa925b3 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2601,6 +2601,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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to