]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: emaclite: Enable emaclite for Xilinx Arm Zynq platform
authorMichal Simek <michal.simek@xilinx.com>
Thu, 30 May 2013 00:28:07 +0000 (00:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 May 2013 00:08:43 +0000 (17:08 -0700)
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>
drivers/net/ethernet/xilinx/Kconfig

index 122d60c0481b0d8eab2a95b56bc495665390a0ec..7b90a5eba0995326ce6d808749c65aa6f77cf8e7 100644 (file)
@@ -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.