aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-05-29 20:28:07 -0400
committerDavid S. Miller <davem@davemloft.net>2013-05-30 20:08:43 -0400
commit1156ee88dd3992bbacd5e4c659530f9d18c07378 (patch)
tree1442b07366aca76852552ff9bd0ad116cc89f650 /drivers/net/ethernet/xilinx/Kconfig
parent123c1407af877b9b036b852b77013a6f9f6049b0 (diff)
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>
Diffstat (limited to 'drivers/net/ethernet/xilinx/Kconfig')
-rw-r--r--drivers/net/ethernet/xilinx/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig
index 122d60c0481b..7b90a5eba099 100644
--- a/drivers/net/ethernet/xilinx/Kconfig
+++ b/drivers/net/ethernet/xilinx/Kconfig
@@ -5,7 +5,7 @@
5config NET_VENDOR_XILINX 5config NET_VENDOR_XILINX
6 bool "Xilinx devices" 6 bool "Xilinx devices"
7 default y 7 default y
8 depends on PPC || PPC32 || MICROBLAZE 8 depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ
9 ---help--- 9 ---help---
10 If you have a network (Ethernet) card belonging to this class, say Y 10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from 11 and read the Ethernet-HOWTO, available from
@@ -20,7 +20,7 @@ if NET_VENDOR_XILINX
20 20
21config XILINX_EMACLITE 21config XILINX_EMACLITE
22 tristate "Xilinx 10/100 Ethernet Lite support" 22 tristate "Xilinx 10/100 Ethernet Lite support"
23 depends on (PPC32 || MICROBLAZE) 23 depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ)
24 select PHYLIB 24 select PHYLIB
25 ---help--- 25 ---help---
26 This driver supports the 10/100 Ethernet Lite from Xilinx. 26 This driver supports the 10/100 Ethernet Lite from Xilinx.