Kconfig 904 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Silan device configuration
  3. #
  4. config NET_VENDOR_SILAN
  5. bool "Silan 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 Silan devices. If you say Y, you will be asked for
  13. your specific card in the following questions.
  14. if NET_VENDOR_SILAN
  15. config SC92031
  16. tristate "Silan SC92031 PCI Fast Ethernet Adapter driver"
  17. depends on PCI
  18. select CRC32
  19. ---help---
  20. This is a driver for the Fast Ethernet PCI network cards based on
  21. the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you
  22. have one of these, say Y here.
  23. To compile this driver as a module, choose M here: the module
  24. will be called sc92031. This is recommended.
  25. endif # NET_VENDOR_SILAN