e1000e: fix kconfig for crc32 dependency
authorEric Dumazet <[email protected]>
Wed, 16 Mar 2011 05:16:57 +0000 (05:16 +0000)
committerDavid S. Miller <[email protected]>
Wed, 16 Mar 2011 18:14:38 +0000 (11:14 -0700)
ERROR: "crc32_le" [drivers/net/e1000e/e1000e.ko] undefined!

Reported-by: Frank Peters <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Bruce Allan <[email protected]>
Cc: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/Kconfig

index 797d6819672854d2aa536ac18c1c8f849072a6f9..dc280bc8eba2e0e0a8bc033b164d11b2707410bd 100644 (file)
@@ -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---