public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [NET] Remove ARM dependency for dm9000 driver
@ 2005-11-30 16:21 Franck
  2005-11-30 16:23 ` Russell King
  0 siblings, 1 reply; 18+ messages in thread
From: Franck @ 2005-11-30 16:21 UTC (permalink / raw)
  To: lkml

Hi,

What about this patch which removes ARM dependency for dm9000 ethernet
controller driver ?

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f15f909..4af63dd 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -856,7 +856,7 @@ config SMC9194

 config DM9000
 	tristate "DM9000 support"
-	depends on ARM && NET_ETHERNET
+	depends on NET_ETHERNET
 	select CRC32
 	select MII
 	---help---

My platform based on MIPS cpu used it...

Thanks
--
               Franck

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2005-12-01 23:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-30 16:21 [NET] Remove ARM dependency for dm9000 driver Franck
2005-11-30 16:23 ` Russell King
2005-11-30 16:45   ` Franck
2005-11-30 16:55     ` Russell King
2005-11-30 17:07       ` Franck
2005-11-30 18:14       ` David Woodhouse
2005-11-30 19:02         ` Russell King
2005-12-01  8:36           ` David Woodhouse
2005-12-01  9:41             ` Russell King
2005-12-01  9:51               ` David S. Miller
2005-12-01 10:52                 ` Russell King
2005-12-01 11:11                   ` Bartlomiej Zolnierkiewicz
2005-12-01 11:37                     ` Russell King
2005-12-01 15:20                       ` Bartlomiej Zolnierkiewicz
2005-12-01 11:33               ` Christoph Hellwig
2005-11-30 21:48       ` David S. Miller
2005-12-01  7:56         ` Franck
2005-12-01 23:17       ` Matan Ziv-Av

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox