# # Xilink device configuration # config [31mCONFIG_NET_VENDOR_XILINX[0m bool "Xilinx devices" default y depends on [31mCONFIG_PPC[0m || [31mCONFIG_PPC32[0m || [31mCONFIG_MICROBLAZE[0m || [31mCONFIG_ARCH_ZYNQ[0m || [31mCONFIG_MIPS[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about Xilinx devices. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_XILINX[0m config [31mCONFIG_XILINX_EMACLITE[0m tristate "Xilinx 10/100 Ethernet Lite support" depends on [31mCONFIG_PPC32[0m || [31mCONFIG_MICROBLAZE[0m || [31mCONFIG_ARCH_ZYNQ[0m || [31mCONFIG_MIPS[0m select [31mCONFIG_PHYLIB[0m ---help--- This driver supports the 10/100 Ethernet Lite from Xilinx. config [31mCONFIG_XILINX_AXI_EMAC[0m tristate "Xilinx 10/100/1000 AXI Ethernet support" depends on [31mCONFIG_MICROBLAZE[0m select [31mCONFIG_PHYLIB[0m ---help--- This driver supports the 10/100/1000 Ethernet from Xilinx for the AXI bus interface used in Xilinx Virtex FPGAs. config [31mCONFIG_XILINX_LL_TEMAC[0m tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" depends on ([31mCONFIG_PPC[0m || [31mCONFIG_MICROBLAZE[0m) select [31mCONFIG_PHYLIB[0m ---help--- This driver supports the Xilinx 10/100/1000 LocalLink TEMAC core used in Xilinx Spartan and Virtex FPGAs endif # [31mCONFIG_NET_VENDOR_XILINX[0m |