Kconfig 1.0 KB

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