Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #
  2. # SEEQ device configuration
  3. #
  4. config NET_VENDOR_SEEQ
  5. bool "SEEQ devices"
  6. default y
  7. depends on (ARM && ARCH_ACORN) || SGI_HAS_SEEQ || EXPERIMENTAL
  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 SEEQ8005
  24. tristate "SEEQ8005 support (EXPERIMENTAL)"
  25. depends on EXPERIMENTAL
  26. ---help---
  27. This is a driver for the SEEQ 8005 network (Ethernet) card. If this
  28. is for you, read the Ethernet-HOWTO, available from
  29. <http://www.tldp.org/docs.html#howto>.
  30. To compile this driver as a module, choose M here. The module
  31. will be called seeq8005.
  32. config SGISEEQ
  33. tristate "SGI Seeq ethernet controller support"
  34. depends on SGI_HAS_SEEQ
  35. ---help---
  36. Say Y here if you have an Seeq based Ethernet network card. This is
  37. used in many Silicon Graphics machines.
  38. endif # NET_VENDOR_SEEQ