Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74f13c80 authored by Zubair Lutfullah Kakakhel's avatar Zubair Lutfullah Kakakhel Committed by David S. Miller
Browse files

net: ethernet: xilinx: Enable emaclite for MIPS



The MIPS based xilfpga platform uses this driver.
Enable it for MIPS

Signed-off-by: default avatarZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 575f9c43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
config NET_VENDOR_XILINX
	bool "Xilinx devices"
	default y
	depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ
	depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y.

@@ -18,7 +18,7 @@ if NET_VENDOR_XILINX

config XILINX_EMACLITE
	tristate "Xilinx 10/100 Ethernet Lite support"
	depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ)
	depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
	select PHYLIB
	---help---
	  This driver supports the 10/100 Ethernet Lite from Xilinx.