[NET] Remove ARM dependency for dm9000 driver

From: Franck
Date: Wed Nov 30 2005 - 11:22:43 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/