lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ