mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
net: emaclite: Enable emaclite for Xilinx Arm Zynq platform
Enable emaclite for Xilinx ARM Zynq platform. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
123c1407af
commit
1156ee88dd
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
config NET_VENDOR_XILINX
|
||||
bool "Xilinx devices"
|
||||
default y
|
||||
depends on PPC || PPC32 || MICROBLAZE
|
||||
depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ
|
||||
---help---
|
||||
If you have a network (Ethernet) card belonging to this class, say Y
|
||||
and read the Ethernet-HOWTO, available from
|
||||
|
@ -20,7 +20,7 @@ if NET_VENDOR_XILINX
|
|||
|
||||
config XILINX_EMACLITE
|
||||
tristate "Xilinx 10/100 Ethernet Lite support"
|
||||
depends on (PPC32 || MICROBLAZE)
|
||||
depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ)
|
||||
select PHYLIB
|
||||
---help---
|
||||
This driver supports the 10/100 Ethernet Lite from Xilinx.
|
||||
|
|
Loading…
Add table
Reference in a new issue