Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #
  2. # SEEQ device configuration
  3. #
  4. config NET_VENDOR_SEEQ
  5. bool "SEEQ devices"
  6. depends on (ARM && ARCH_ACORN) || SGI_HAS_SEEQ || EXPERIMENTAL
  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 SEEQ devices. If you say Y, you will be asked for
  14. your specific card in the following questions.
  15. if NET_VENDOR_SEEQ
  16. config ARM_ETHER3
  17. tristate "Acorn/ANT Ether3 support"
  18. depends on ARM && ARCH_ACORN
  19. ---help---
  20. If you have an Acorn system with one of these network cards, you
  21. should say Y to this option if you wish to use it with Linux.
  22. config SEEQ8005
  23. tristate "SEEQ8005 support (EXPERIMENTAL)"
  24. depends on EXPERIMENTAL
  25. ---help---
  26. This is a driver for the SEEQ 8005 network (Ethernet) card. If this
  27. is for you, read the Ethernet-HOWTO, available from
  28. <http://www.tldp.org/docs.html#howto>.
  29. To compile this driver as a module, choose M here. The module
  30. will be called seeq8005.
  31. config SGISEEQ
  32. tristate "SGI Seeq ethernet controller support"
  33. depends on SGI_HAS_SEEQ
  34. ---help---
  35. Say Y here if you have an Seeq based Ethernet network card. This is
  36. used in many Silicon Graphics machines.
  37. endif # NET_VENDOR_SEEQ