* [PATCH] gianfar needs crc32 lib dependency
@ 2007-04-12 17:57 Dave Jiang
2007-04-19 19:03 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Dave Jiang @ 2007-04-12 17:57 UTC (permalink / raw)
To: netdev; +Cc: galak, afleming, sshtylyov
Gianfar needs crc32 to be selected to compile.
Signed-off-by: Dave Jiang <djiang@mvista.com>
--
drivers/net/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8aa8dd0..2516e0b 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2274,6 +2274,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.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gianfar needs crc32 lib dependency
2007-04-12 17:57 [PATCH] gianfar needs crc32 lib dependency Dave Jiang
@ 2007-04-19 19:03 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-04-19 19:03 UTC (permalink / raw)
To: Dave Jiang; +Cc: netdev, galak, afleming, sshtylyov
Dave Jiang wrote:
> Gianfar needs crc32 to be selected to compile.
>
> Signed-off-by: Dave Jiang <djiang@mvista.com>
>
> --
> drivers/net/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-19 19:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-12 17:57 [PATCH] gianfar needs crc32 lib dependency Dave Jiang
2007-04-19 19:03 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).