Kconfig 1.3 KB

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