diff options
author | Roberto Cerati <roberto.cerati@bticino.it> | 2013-04-24 10:46:17 +0800 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2013-06-24 19:11:14 -0500 |
commit | 45a1693a312453dcb5d26cd03c57569c50872cc6 (patch) | |
tree | 27cb77fef75f96cdcedcae0af1ccb944b120d3d7 /drivers/net/Makefile | |
parent | 6027384a69a7e671e810ae65b690dbfb25d5da81 (diff) | |
download | u-boot-imx-45a1693a312453dcb5d26cd03c57569c50872cc6.zip u-boot-imx-45a1693a312453dcb5d26cd03c57569c50872cc6.tar.gz u-boot-imx-45a1693a312453dcb5d26cd03c57569c50872cc6.tar.bz2 |
net: ks8851_mll: add ethernet support
The device interface is 16 bits wide.
All the available packets are read from the incoming fifo.
Signed-off-by: Roberto Cerati <roberto.cerati@bticino.it>
Signed-off-by: Raffaele Recalcati <raffaele.recalcati@bticino.it>
[voice.shen@atmel.com: address comments from review results]
[voice.shen@atmel.com: clean up for submit]
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Tested-by: Raffaele Recalcati <raffaele.recalcati@bticino.it>
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 9255155..1197f9a 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -50,6 +50,7 @@ COBJS-$(CONFIG_FTMAC100) += ftmac100.o COBJS-$(CONFIG_GRETH) += greth.o COBJS-$(CONFIG_INCA_IP_SWITCH) += inca-ip_sw.o COBJS-$(CONFIG_DRIVER_KS8695ETH) += ks8695eth.o +COBJS-$(CONFIG_KS8851_MLL) += ks8851_mll.o COBJS-$(CONFIG_LAN91C96) += lan91c96.o COBJS-$(CONFIG_MACB) += macb.o COBJS-$(CONFIG_MCFFEC) += mcffec.o mcfmii.o |