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.la...@gmail.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

Reply via email to