Kconfig 1.3 KB

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