From: Carmelo AMOROSO Date: Wed, 31 Mar 2010 21:44:03 +0000 (+0000) Subject: stmmac: fix kconfig for crc32 build error X-Git-Tag: v2.6.34-rc4~64^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba8a9b4f92e9559933af305c9b11e9beb97f9ea;p=pandora-kernel.git stmmac: fix kconfig for crc32 build error stmmac uses crc32 functions so it needs to select CRC32. Fixes build error: drivers/built-in.o: In function `dwmac1000_set_filter': dwmac1000_core.c:(.text+0x3c380): undefined reference to `crc32_le' dwmac1000_core.c:(.text+0x3c384): undefined reference to `bitrev32' Signed-off-by: Carmelo Amoroso Signed-off-by: Giuseppe Cavallaro Signed-off-by: David S. Miller --- Reading git-diff-tree failed