aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2009-08-19 15:13:31 -0400
committerDavid S. Miller <davem@davemloft.net>2009-08-19 15:13:31 -0400
commitcbb35f8a2858f7e0fff5df598cb286c4bcae5976 (patch)
treed6f85494c7f5837755f2912c607441391f384c9e /drivers
parent456d8991a795ff5e44dbc1c2a7f8d5b4ed675866 (diff)
net: fix ks8851 build errors
Fix build errors due to missing Kconfig select of CRC32: ks8851.c:(.text+0x7d2ee): undefined reference to `crc32_le' ks8851.c:(.text+0x7d2f5): undefined reference to `bitrev32' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5f6509a5f640..7a90e7ce5a9c 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1733,6 +1733,7 @@ config KS8851
1733 tristate "Micrel KS8851 SPI" 1733 tristate "Micrel KS8851 SPI"
1734 depends on SPI 1734 depends on SPI
1735 select MII 1735 select MII
1736 select CRC32
1736 help 1737 help
1737 SPI driver for Micrel KS8851 SPI attached network chip. 1738 SPI driver for Micrel KS8851 SPI attached network chip.
1738 1739