Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Faraday device configuration
  3. #
  4. config NET_VENDOR_FARADAY
  5. bool "Faraday devices"
  6. depends on ARM
  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 Faraday cards. If you say Y, you will be asked for
  14. your specific card in the following questions.
  15. if NET_VENDOR_FARADAY
  16. config FTMAC100
  17. tristate "Faraday FTMAC100 10/100 Ethernet support"
  18. depends on ARM
  19. select MII
  20. ---help---
  21. This driver supports the FTMAC100 10/100 Ethernet controller
  22. from Faraday. It is used on Faraday A320, Andes AG101 and some
  23. other ARM/NDS32 SoC's.
  24. config FTGMAC100
  25. tristate "Faraday FTGMAC100 Gigabit Ethernet support"
  26. depends on ARM
  27. select PHYLIB
  28. ---help---
  29. This driver supports the FTGMAC100 Gigabit Ethernet controller
  30. from Faraday. It is used on Faraday A369, Andes AG102 and some
  31. other ARM/NDS32 SoC's.
  32. endif # NET_VENDOR_FARADAY