Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # SEEQ device configuration
  3. #
  4. config NET_VENDOR_SEEQ
  5. bool "SEEQ devices"
  6. default y
  7. depends on HAS_IOMEM
  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 SEEQ devices. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_SEEQ
  17. config ARM_ETHER3
  18. tristate "Acorn/ANT Ether3 support"
  19. depends on ARM && ARCH_ACORN
  20. ---help---
  21. If you have an Acorn system with one of these network cards, you
  22. should say Y to this option if you wish to use it with Linux.
  23. config SGISEEQ
  24. tristate "SGI Seeq ethernet controller support"
  25. depends on SGI_HAS_SEEQ
  26. ---help---
  27. Say Y here if you have an Seeq based Ethernet network card. This is
  28. used in many Silicon Graphics machines.
  29. endif # NET_VENDOR_SEEQ