From: Dave Jiang Date: Thu, 12 Apr 2007 17:57:06 +0000 (-0700) Subject: gianfar needs crc32 lib dependency X-Git-Tag: v2.6.21~53 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=bf41a7c5d94a3d197002bdf11892529b47a63e99;p=linux-2.6-omap-h63xx.git gianfar needs crc32 lib dependency Gianfar needs crc32 to be selected to compile. Signed-off-by: Dave Jiang -- drivers/net/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c3f9f599f13..a3d46ea3712 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2263,6 +2263,7 @@ config GIANFAR tristate "Gianfar Ethernet" depends on 85xx || 83xx || PPC_86xx select PHYLIB + select CRC32 help This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, and MPC86xx family of chips, and the FEC on the 8540.