aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorEmil Tantilov <emil.s.tantilov@intel.com>2011-02-14 03:19:24 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-03-07 20:58:23 -0500
commita1d76e10ae73348997f55efffc977e792d76a2c6 (patch)
tree49e19d378a467ecff14975527dd3e93f8f9c1611 /drivers/net/Kconfig
parent541ac7c9b30ee2ff84ad87f27e0bc069e143afb5 (diff)
e1000e: fix build issue due to undefined reference to crc32_le
kernel build fails with: drivers/built-in.o: In function `e1000_lv_jumbo_workaround_ich8lan': (.text+0x3e7a8): undefined reference to `crc32_le' when CONFIG_CRC32 is not set or does not match the CONFIG_E1000E selection. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Reviewed-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 7ce3dd01d6eb..925c25c295f0 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2109,6 +2109,7 @@ config E1000
2109config E1000E 2109config E1000E
2110 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" 2110 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
2111 depends on PCI && (!SPARC32 || BROKEN) 2111 depends on PCI && (!SPARC32 || BROKEN)
2112 select CRC32
2112 ---help--- 2113 ---help---
2113 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit 2114 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
2114 ethernet family of adapters. For PCI or PCI-X e1000 adapters, 2115 ethernet family of adapters. For PCI or PCI-X e1000 adapters,