Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1365275 authored by Sascha Hauer's avatar Sascha Hauer Committed by Jeff Garzik
Browse files

[PATCH] DM9000 network driver



This patch adds support for the davicom dm9000 network driver.  The dm9000
is found on some embedded arm boards such as the pimx1 or the scb9328.

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>

diff -puN /dev/null drivers/net/dm9000.c
parent 88d7bd8c
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -824,6 +824,18 @@ config SMC9194
	  <file:Documentation/networking/net-modules.txt>. The module
	  <file:Documentation/networking/net-modules.txt>. The module
	  will be called smc9194.
	  will be called smc9194.


config DM9000
	tristate "DM9000 support"
	depends on ARM && NET_ETHERNET
	select CRC32
	select MII
	---help---
	  Support for DM9000 chipset.

	  To compile this driver as a module, choose M here and read
	  <file:Documentation/networking/net-modules.txt>.  The module will be
	  called dm9000.

config NET_VENDOR_RACAL
config NET_VENDOR_RACAL
	bool "Racal-Interlan (Micom) NI cards"
	bool "Racal-Interlan (Micom) NI cards"
	depends on NET_ETHERNET && ISA
	depends on NET_ETHERNET && ISA
+1 −0
Original line number Original line Diff line number Diff line
@@ -179,6 +179,7 @@ obj-$(CONFIG_AMD8111_ETH) += amd8111e.o
obj-$(CONFIG_IBMVETH) += ibmveth.o
obj-$(CONFIG_IBMVETH) += ibmveth.o
obj-$(CONFIG_S2IO) += s2io.o
obj-$(CONFIG_S2IO) += s2io.o
obj-$(CONFIG_SMC91X) += smc91x.o
obj-$(CONFIG_SMC91X) += smc91x.o
obj-$(CONFIG_DM9000) += dm9000.o
obj-$(CONFIG_FEC_8XX) += fec_8xx/
obj-$(CONFIG_FEC_8XX) += fec_8xx/


obj-$(CONFIG_ARM) += arm/
obj-$(CONFIG_ARM) += arm/