Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # Adaptec network device configuration
  3. #
  4. config NET_VENDOR_ADAPTEC
  5. bool "Adaptec devices"
  6. default y
  7. depends on PCI
  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 Adaptec cards. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_ADAPTEC
  17. config ADAPTEC_STARFIRE
  18. tristate "Adaptec Starfire/DuraLAN support"
  19. depends on PCI
  20. select CRC32
  21. select NET_CORE
  22. select MII
  23. ---help---
  24. Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
  25. adapter. The DuraLAN chip is used on the 64 bit PCI boards from
  26. Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip
  27. driver.
  28. To compile this driver as a module, choose M here: the module
  29. will be called starfire. This is recommended.
  30. endif # NET_VENDOR_ADAPTEC