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

Commit 47964174 authored by Ilya Yanok's avatar Ilya Yanok Committed by David S. Miller
Browse files

dnet: Dave DNET ethernet controller driver (updated)



Driver for Dave DNET ethernet controller found on Dave/DENX QongEVB-LITE
FPGA. Heavily based on Dave sources, I've just adopted it to current
kernel version and done some code cleanup.

Signed-off-by: default avatarIlya Yanok <yanok@emcraft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ff8cf9a9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1040,6 +1040,17 @@ config NI65
	  To compile this driver as a module, choose M here. The module
	  will be called ni65.

config DNET
	tristate "Dave ethernet support (DNET)"
	depends on NET_ETHERNET
	select PHYLIB
	help
	  The Dave ethernet interface (DNET) is found on Qong Board FPGA.
	  Say Y to include support for the DNET chip.

	  To compile this driver as a module, choose M here: the module
	  will be called dnet.

source "drivers/net/tulip/Kconfig"

config AT1700
+1 −0
Original line number Diff line number Diff line
@@ -231,6 +231,7 @@ obj-$(CONFIG_ENC28J60) += enc28j60.o

obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o

obj-$(CONFIG_DNET) += dnet.o
obj-$(CONFIG_MACB) += macb.o

obj-$(CONFIG_ARM) += arm/