Files
Kenny Cheung 4a4b5d8875 drivers: add efinix tsemac driver
Signed-off-by: Kenny Cheung <kenny.cheung@elitestek.com>
Signed-off-by: Mohamad Noor Alim Hussin <mnalim@efinixinc.com>
2026-08-09 22:42:41 -07:00

19 lines
361 B
Plaintext

config NET_VENDOR_EFINIX
bool "Efinix devices"
default y
help
type 'N' to to skip all configuration about Efinix
if NET_VENDOR_EFINIX
config EFINIX_TSEMAC
tristate "Efinix Triple Speed Ethernet MAC support"
depends on HAS_IOMEM
select PHYLINK
help
This driver supports the Triple Spped Ethernet MAC Core from Efinix.
endif # NET_VENDOR_EFINIX