diff options
author | Karicheri, Muralidharan <m-karicheri2@ti.com> | 2014-04-01 15:01:13 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 17:24:39 -0400 |
commit | fc9a8e8d40e770b00383c2433c843fe68e38dad3 (patch) | |
tree | b075a329a65ffd0b8f7777932bf5f111fd0da5fe /drivers/net/Makefile | |
parent | 30fe8c150f22f8d4d7f8cf4c5e2bfffab782fd51 (diff) | |
download | u-boot-imx-fc9a8e8d40e770b00383c2433c843fe68e38dad3.zip u-boot-imx-fc9a8e8d40e770b00383c2433c843fe68e38dad3.tar.gz u-boot-imx-fc9a8e8d40e770b00383c2433c843fe68e38dad3.tar.bz2 |
keystone2: net: add keystone ethernet driver
Ethernet driver configures the CPSW, SGMI and Phy and uses
the the Navigator APIs. The driver supports 4 Ethernet ports and
can work with only one port at a time.
Port configurations are defined in board.c.
Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: WingMan Kwok <w-kwok2@ti.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 7f9ce90..6005f7e 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -30,6 +30,7 @@ obj-$(CONFIG_FTMAC110) += ftmac110.o obj-$(CONFIG_FTMAC100) += ftmac100.o obj-$(CONFIG_GRETH) += greth.o obj-$(CONFIG_INCA_IP_SWITCH) += inca-ip_sw.o +obj-$(CONFIG_DRIVER_TI_KEYSTONE_NET) += keystone_net.o obj-$(CONFIG_DRIVER_KS8695ETH) += ks8695eth.o obj-$(CONFIG_KS8851_MLL) += ks8851_mll.o obj-$(CONFIG_LAN91C96) += lan91c96.o |