diff mbox series

[2/5] net: drivers/amd: restore access to MIPS Alchemy platform

Message ID 20181219070803.449981-3-manuel.lauss@gmail.com (mailing list archive)
State Not Applicable
Headers show
Series MIPS: Alchemy updates for 4.20+ | expand

Commit Message

Manuel Lauss Dec. 19, 2018, 7:08 a.m. UTC
The MIPS Alchemy platform needs access to the au1000_eth.c
driver, which resides in the AMD driver directory (as the
chips were at a time made by AMD).

Cc: netdev@vger.kernel.org
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
 drivers/net/ethernet/amd/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/net/ethernet/amd/Kconfig b/drivers/net/ethernet/amd/Kconfig
index 9e5cf5583c87..2bd93c7def99 100644
--- a/drivers/net/ethernet/amd/Kconfig
+++ b/drivers/net/ethernet/amd/Kconfig
@@ -7,7 +7,8 @@  config NET_VENDOR_AMD
 	default y
 	depends on DIO || MACH_DECSTATION || MVME147 || ATARI || SUN3 || \
 		   SUN3X || SBUS || PCI || ZORRO || (ISA && ISA_DMA_API) || \
-		   (ARM && ARCH_EBSA110) || ISA || EISA || PCMCIA || ARM64
+		   (ARM && ARCH_EBSA110) || ISA || EISA || PCMCIA || ARM64 || \
+		   MIPS_ALCHEMY
 	---help---
 	  If you have a network (Ethernet) chipset belonging to this class,
 	  say Y.