Kconfig 945 B

123456789101112131415161718192021222324252627282930313233
  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. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about SEEQ devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_SEEQ
  15. config ARM_ETHER3
  16. tristate "Acorn/ANT Ether3 support"
  17. depends on ARM && ARCH_ACORN
  18. ---help---
  19. If you have an Acorn system with one of these network cards, you
  20. should say Y to this option if you wish to use it with Linux.
  21. config SGISEEQ
  22. tristate "SGI Seeq ethernet controller support"
  23. depends on SGI_HAS_SEEQ
  24. ---help---
  25. Say Y here if you have an Seeq based Ethernet network card. This is
  26. used in many Silicon Graphics machines.
  27. endif # NET_VENDOR_SEEQ