Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #
  2. # SEEQ device configuration
  3. #
  4. config NET_VENDOR_SEEQ
  5. bool "SEEQ devices"
  6. default y
  7. depends on HAS_IOMEM
  8. depends on (ARM && ARCH_ACORN) || SGI_HAS_SEEQ || EXPERIMENTAL
  9. ---help---
  10. If you have a network (Ethernet) card belonging to this class, say Y
  11. and read the Ethernet-HOWTO, available from
  12. <http://www.tldp.org/docs.html#howto>.
  13. Note that the answer to this question doesn't directly affect the
  14. kernel: saying N will just cause the configurator to skip all
  15. the questions about SEEQ devices. If you say Y, you will be asked for
  16. your specific card in the following questions.
  17. if NET_VENDOR_SEEQ
  18. config ARM_ETHER3
  19. tristate "Acorn/ANT Ether3 support"
  20. depends on ARM && ARCH_ACORN
  21. ---help---
  22. If you have an Acorn system with one of these network cards, you
  23. should say Y to this option if you wish to use it with Linux.
  24. config SEEQ8005
  25. tristate "SEEQ8005 support (EXPERIMENTAL)"
  26. depends on EXPERIMENTAL
  27. ---help---
  28. This is a driver for the SEEQ 8005 network (Ethernet) card. If this
  29. is for you, read the Ethernet-HOWTO, available from
  30. <http://www.tldp.org/docs.html#howto>.
  31. To compile this driver as a module, choose M here. The module
  32. will be called seeq8005.
  33. config SGISEEQ
  34. tristate "SGI Seeq ethernet controller support"
  35. depends on SGI_HAS_SEEQ
  36. ---help---
  37. Say Y here if you have an Seeq based Ethernet network card. This is
  38. used in many Silicon Graphics machines.
  39. endif # NET_VENDOR_SEEQ