|
@@ -5,7 +5,7 @@
|
|
config NET_VENDOR_XILINX
|
|
config NET_VENDOR_XILINX
|
|
bool "Xilinx devices"
|
|
bool "Xilinx devices"
|
|
default y
|
|
default y
|
|
- depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ
|
|
|
|
|
|
+ depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
|
|
---help---
|
|
---help---
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
|
|
|
|
|
@@ -18,7 +18,7 @@ if NET_VENDOR_XILINX
|
|
|
|
|
|
config XILINX_EMACLITE
|
|
config XILINX_EMACLITE
|
|
tristate "Xilinx 10/100 Ethernet Lite support"
|
|
tristate "Xilinx 10/100 Ethernet Lite support"
|
|
- depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ)
|
|
|
|
|
|
+ depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
|
|
select PHYLIB
|
|
select PHYLIB
|
|
---help---
|
|
---help---
|
|
This driver supports the 10/100 Ethernet Lite from Xilinx.
|
|
This driver supports the 10/100 Ethernet Lite from Xilinx.
|