Skip to content

Commit c305660

Browse files
Dinh Nguyendavem330
authored andcommitted
net: stmmac: build the dwmac-socfpga platform driver for Stratix10
The Stratix10 SoC is an AARCH64 based platform that shares the same ethernet controller that is on other SoCFPGA platforms. Build the platform driver. Signed-off-by: Dinh Nguyen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e0b7e7d commit c305660

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/stmicro/stmmac

1 file changed

+1
-1
lines changed

drivers/net/ethernet/stmicro/stmmac/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ config DWMAC_ROCKCHIP
110110

111111
config DWMAC_SOCFPGA
112112
tristate "SOCFPGA dwmac support"
113-
default ARCH_SOCFPGA
113+
default (ARCH_SOCFPGA || ARCH_STRATIX10)
114114
depends on OF && (ARCH_SOCFPGA || ARCH_STRATIX10 || COMPILE_TEST)
115115
select MFD_SYSCON
116116
help

0 commit comments

Comments
 (0)