mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
6eacf31139
This patch defines a platform glue layer for Rockchip SoCs which support arc-emac driver. It ensures that regulator for the rmii is on before trying to connect to the ethernet controller. It applies right speed and mode changes to the grf when ethernet settings change. Signed-off-by: Romain Perier <romain.perier@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
219 B
Makefile
9 lines
219 B
Makefile
#
|
|
# Makefile for the ARC network device drivers.
|
|
#
|
|
|
|
arc_emac-objs := emac_main.o emac_mdio.o
|
|
obj-$(CONFIG_ARC_EMAC_CORE) += arc_emac.o
|
|
obj-$(CONFIG_ARC_EMAC) += emac_arc.o
|
|
obj-$(CONFIG_EMAC_ROCKCHIP) += emac_rockchip.o
|