File tree 3 files changed +398
-0
lines changed
drivers/net/ethernet/stmicro/stmmac
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
235
235
the stmmac device driver. This driver is used for the Intel Keem Bay
236
236
SoC.
237
237
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
+
238
247
config DWMAC_VISCONTI
239
248
tristate "Toshiba Visconti DWMAC support"
240
249
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
31
31
obj-$(CONFIG_DWMAC_INTEL_PLAT) += dwmac-intel-plat.o
32
32
obj-$(CONFIG_DWMAC_GENERIC) += dwmac-generic.o
33
33
obj-$(CONFIG_DWMAC_IMX8) += dwmac-imx.o
34
+ obj-$(CONFIG_DWMAC_TEGRA) += dwmac-tegra.o
34
35
obj-$(CONFIG_DWMAC_VISCONTI) += dwmac-visconti.o
35
36
stmmac-platform-objs: = stmmac_platform.o
36
37
dwmac-altr-socfpga-objs := altr_tse_pcs.o dwmac-socfpga.o
You can’t perform that action at this time.
0 commit comments