Skip to content

Commit

Permalink
e1000e: fix kconfig for crc32 dependency
Browse files Browse the repository at this point in the history
ERROR: "crc32_le" [drivers/net/e1000e/e1000e.ko] undefined!

Reported-by: Frank Peters <frank.peters@comcast.net>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Bruce Allan <bruce.w.allan@intel.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Mar 16, 2011
1 parent ee0caa7 commit 5d03078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2108,6 +2108,7 @@ config E1000

config E1000E
tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
select CRC32
depends on PCI && (!SPARC32 || BROKEN)
select CRC32
---help---
Expand Down

0 comments on commit 5d03078

Please sign in to comment.