Skip to content

Commit

Permalink
net: ethernet: arc: remove emac_arc driver
Browse files Browse the repository at this point in the history
The last real user nSIM_700 of the "snps,arc-emac" compatible string in
a driver was removed in 2019. The use of this string in the combined DT of
rk3066a/rk3188 as place holder has also been replaced, so
remove emac_arc.c to clean up some code.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Johan Jonker authored and David S. Miller committed Jun 21, 2024
1 parent a8bd4d7 commit a119aec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
10 changes: 0 additions & 10 deletions drivers/net/ethernet/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ config ARC_EMAC_CORE
select PHYLIB
select CRC32

config ARC_EMAC
tristate "ARC EMAC support"
select ARC_EMAC_CORE
depends on OF_IRQ
depends on ARC || COMPILE_TEST
help
On some legacy ARC (Synopsys) FPGA boards such as ARCAngel4/ML50x
non-standard on-chip ethernet device ARC EMAC 10/100 is used.
Say Y here if you have such a board. If unsure, say N.

config EMAC_ROCKCHIP
tristate "Rockchip EMAC support"
select ARC_EMAC_CORE
Expand Down
1 change: 0 additions & 1 deletion drivers/net/ethernet/arc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

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
88 changes: 0 additions & 88 deletions drivers/net/ethernet/arc/emac_arc.c

This file was deleted.

0 comments on commit a119aec

Please sign in to comment.