1# 2# Xilink device configuration 3# 4 5config NET_VENDOR_XILINX 6 bool "Xilinx devices" 7 depends on PPC || PPC32 || MICROBLAZE 8 ---help--- 9 If you have a network (Ethernet) card belonging to this class, say Y 10 and read the Ethernet-HOWTO, available from 11 <http://www.tldp.org/docs.html#howto>. 12 13 Note that the answer to this question doesn't directly affect the 14 kernel: saying N will just cause the configurator to skip all 15 the questions about Xilinx devices. If you say Y, you will be asked 16 for your specific card in the following questions. 17 18if NET_VENDOR_XILINX 19 20config XILINX_EMACLITE 21 tristate "Xilinx 10/100 Ethernet Lite support" 22 depends on (PPC32 || MICROBLAZE) 23 select PHYLIB 24 ---help--- 25 This driver supports the 10/100 Ethernet Lite from Xilinx. 26 27config XILINX_LL_TEMAC 28 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" 29 depends on (PPC || MICROBLAZE) 30 select PHYLIB 31 ---help--- 32 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC 33 core used in Xilinx Spartan and Virtex FPGAs 34 35endif # NET_VENDOR_XILINX 36