Skip to content

Commit

Permalink
WIP MGBE
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryreding committed Feb 23, 2022
1 parent 437fbb5 commit 5668230
Show file tree
Hide file tree
Showing 9 changed files with 704 additions and 12 deletions.
6 changes: 6 additions & 0 deletions drivers/net/ethernet/stmicro/stmmac/Kconfig
Expand Up @@ -232,6 +232,12 @@ config DWMAC_INTEL_PLAT
the stmmac device driver. This driver is used for the Intel Keem Bay
SoC.

config DWMAC_TEGRA
tristate "NVIDIA Tegra MGBE support"
depends on ARCH_TEGRA || COMPILE_TEST
help
Support for the MGBE controller found on Tegra SoCs.

config DWMAC_VISCONTI
tristate "Toshiba Visconti DWMAC support"
default ARCH_VISCONTI
Expand Down
1 change: 1 addition & 0 deletions drivers/net/ethernet/stmicro/stmmac/Makefile
Expand Up @@ -31,6 +31,7 @@ obj-$(CONFIG_DWMAC_DWC_QOS_ETH) += dwmac-dwc-qos-eth.o
obj-$(CONFIG_DWMAC_INTEL_PLAT) += dwmac-intel-plat.o
obj-$(CONFIG_DWMAC_GENERIC) += dwmac-generic.o
obj-$(CONFIG_DWMAC_IMX8) += dwmac-imx.o
obj-$(CONFIG_DWMAC_TEGRA) += dwmac-tegra.o
obj-$(CONFIG_DWMAC_VISCONTI) += dwmac-visconti.o
stmmac-platform-objs:= stmmac_platform.o
dwmac-altr-socfpga-objs := altr_tse_pcs.o dwmac-socfpga.o
Expand Down

0 comments on commit 5668230

Please sign in to comment.