Kconfig 974 B

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