Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 NET_CORE
  21. select MII
  22. ---help---
  23. This driver supports the FTMAC100 10/100 Ethernet controller
  24. from Faraday. It is used on Faraday A320, Andes AG101 and some
  25. other ARM/NDS32 SoC's.
  26. config FTGMAC100
  27. tristate "Faraday FTGMAC100 Gigabit Ethernet support"
  28. depends on ARM
  29. select PHYLIB
  30. ---help---
  31. This driver supports the FTGMAC100 Gigabit Ethernet controller
  32. from Faraday. It is used on Faraday A369, Andes AG102 and some
  33. other ARM/NDS32 SoC's.
  34. endif # NET_VENDOR_FARADAY