mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 12:21:37 +00:00
4c270b55a5
The UniPhier platform from Socionext provides the AVE ethernet controller that includes MAC and MDIO bus supporting RGMII/RMII modes. The controller is named AVE. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
6 lines
136 B
Makefile
6 lines
136 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for all ethernet ip drivers on Socionext platforms
|
|
#
|
|
obj-$(CONFIG_SNI_AVE) += sni_ave.o
|