File tree Expand file tree Collapse file tree 3 files changed +398
-0
lines changed
drivers/net/ethernet/stmicro/stmmac Expand file tree Collapse file tree 3 files changed +398
-0
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,15 @@ config DWMAC_INTEL_PLAT
235235 the stmmac device driver. This driver is used for the Intel Keem Bay
236236 SoC.
237237
238+ config DWMAC_TEGRA
239+ tristate "NVIDIA Tegra MGBE support"
240+ depends on ARCH_TEGRA || COMPILE_TEST
241+ help
242+ This selects the Multi-GigaBit Ethernet (MGBE) Controller that is
243+ found on the NVIDIA Tegra SoC devices. This driver provides the glue
244+ layer on top of the stmmac driver required for these NVIDIA Tegra SoC
245+ devices.
246+
238247config DWMAC_VISCONTI
239248 tristate "Toshiba Visconti DWMAC support"
240249 default ARCH_VISCONTI
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ obj-$(CONFIG_DWMAC_DWC_QOS_ETH) += dwmac-dwc-qos-eth.o
3131obj-$(CONFIG_DWMAC_INTEL_PLAT) += dwmac-intel-plat.o
3232obj-$(CONFIG_DWMAC_GENERIC) += dwmac-generic.o
3333obj-$(CONFIG_DWMAC_IMX8) += dwmac-imx.o
34+ obj-$(CONFIG_DWMAC_TEGRA) += dwmac-tegra.o
3435obj-$(CONFIG_DWMAC_VISCONTI) += dwmac-visconti.o
3536stmmac-platform-objs: = stmmac_platform.o
3637dwmac-altr-socfpga-objs := altr_tse_pcs.o dwmac-socfpga.o
You can’t perform that action at this time.
0 commit comments