diff options
author | Daniel Hellstrom <daniel@gaisler.com> | 2008-03-28 20:22:53 +0100 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-03-30 00:33:28 -0400 |
commit | c2b7da552293b50c9c9e46ed71267b02c2de9ea8 (patch) | |
tree | 62026fa1a7141837ff6f6b7f659412b8aea6ce07 /drivers/net/Makefile | |
parent | 233a8bcd94997f3f345833a3b82e836222f2a206 (diff) | |
download | u-boot-imx-c2b7da552293b50c9c9e46ed71267b02c2de9ea8.zip u-boot-imx-c2b7da552293b50c9c9e46ed71267b02c2de9ea8.tar.gz u-boot-imx-c2b7da552293b50c9c9e46ed71267b02c2de9ea8.tar.bz2 |
SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
a debug link (EDCL). The GRETH core is documented in GRIP.pdf
available at www.gaisler.com.
If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
offloading etc.) can be determined by a bit in the control register.
The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 320dc3e..eafd267 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -35,6 +35,7 @@ COBJS-y += e1000.o COBJS-y += eepro100.o COBJS-y += enc28j60.o COBJS-y += fsl_mcdmafec.o +COBJS-$(CONFIG_GRETH) += greth.o COBJS-y += inca-ip_sw.o COBJS-y += ks8695eth.o COBJS-y += lan91c96.o |