[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20181219070803.449981-3-manuel.lauss@gmail.com>
Date: Wed, 19 Dec 2018 08:08:00 +0100
From: Manuel Lauss <manuel.lauss@...il.com>
To: Linux-MIPS <linux-mips@...r.kernel.org>
Cc: Manuel Lauss <manuel.lauss@...il.com>, netdev@...r.kernel.org
Subject: [PATCH 2/5] net: drivers/amd: restore access to MIPS Alchemy platform
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@...r.kernel.org
Signed-off-by: Manuel Lauss <manuel.lauss@...il.com>
---
drivers/net/ethernet/amd/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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.
--
2.20.0
Powered by blists - more mailing lists