Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: ethernet: xilinx: Enable emaclite for MIPS

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

Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Zubair Lutfullah Kakakhel and committed by
David S. Miller
74f13c80 575f9c43

+2 -2
+2 -2
drivers/net/ethernet/xilinx/Kconfig
··· 5 5 config NET_VENDOR_XILINX 6 6 bool "Xilinx devices" 7 7 default y 8 - depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ 8 + depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS 9 9 ---help--- 10 10 If you have a network (Ethernet) card belonging to this class, say Y. 11 11 ··· 18 18 19 19 config XILINX_EMACLITE 20 20 tristate "Xilinx 10/100 Ethernet Lite support" 21 - depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ) 21 + depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS 22 22 select PHYLIB 23 23 ---help--- 24 24 This driver supports the 10/100 Ethernet Lite from Xilinx.