diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-05-24 13:24:37 +0300 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-06-13 21:54:17 +0300 |
commit | a8927795efff1d5fc76a2bf6f73112751eb8e5cb (patch) | |
tree | a8b350d8a48cb1041c539ad66d871c6c89bda954 /drivers/net/Makefile | |
parent | ff114e0f76b6f0937890ba72859acfb40afee329 (diff) | |
download | u-boot-a8927795efff1d5fc76a2bf6f73112751eb8e5cb.tar.xz |
net: add Socionext AVE ethernet driver support
Add driver for Socionext AVE ethernet controller that includes MAC and
MDIO bus supporting RGMII/RMII modes.
The driver behaves the ethernet driver model (DM_ETH) with devicetree.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.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 584bfdf2f9..058dd00768 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -70,3 +70,4 @@ obj-$(CONFIG_VSC9953) += vsc9953.o obj-$(CONFIG_PIC32_ETH) += pic32_mdio.o pic32_eth.o obj-$(CONFIG_DWC_ETH_QOS) += dwc_eth_qos.o obj-$(CONFIG_FSL_PFE) += pfe_eth/ +obj-$(CONFIG_SNI_AVE) += sni_ave.o |