Kconfig 1.0 KB

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