summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/arc/Kconfig
diff options
context:
space:
mode:
authorJohan Jonker <jbx6244@gmail.com>2024-06-18 19:14:14 +0300
committerDavid S. Miller <davem@davemloft.net>2024-06-21 12:07:17 +0300
commita119aec5bf343be35adb5bee6c60c2d6bb5fdd26 (patch)
tree2ff6e867b8031710978993261dc2500b188bbd94 /drivers/net/ethernet/arc/Kconfig
parenta8bd4d7af70d3e042bcffbdc5aa785b30b1a393e (diff)
downloadlinux-a119aec5bf343be35adb5bee6c60c2d6bb5fdd26.tar.xz
net: ethernet: arc: remove emac_arc driver
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>
Diffstat (limited to 'drivers/net/ethernet/arc/Kconfig')
-rw-r--r--drivers/net/ethernet/arc/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/ethernet/arc/Kconfig b/drivers/net/ethernet/arc/Kconfig
index 0a67612af228..0d400a7d8d91 100644
--- a/drivers/net/ethernet/arc/Kconfig
+++ b/drivers/net/ethernet/arc/Kconfig
@@ -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