Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Digital Equipment Inc network device configuration
  3. #
  4. config NET_VENDOR_DEC
  5. bool "Digital Equipment devices"
  6. default y
  7. depends on PCI || EISA || CARDBUS
  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 DEC cards. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_DEC
  17. config EWRK3
  18. tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
  19. depends on ISA
  20. select CRC32
  21. ---help---
  22. This driver supports the DE203, DE204 and DE205 network (Ethernet)
  23. cards. If this is for you, say Y and read
  24. <file:Documentation/networking/ewrk3.txt> in the kernel source as
  25. well as the Ethernet-HOWTO, available from
  26. <http://www.tldp.org/docs.html#howto>.
  27. To compile this driver as a module, choose M here. The module
  28. will be called ewrk3.
  29. source "drivers/net/ethernet/dec/tulip/Kconfig"
  30. endif # NET_VENDOR_DEC