Kconfig 1.1 KB

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