Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # Silicon Integrated Systems (SiS) device configuration
  3. #
  4. config NET_VENDOR_SIS
  5. bool "Silicon Integrated Systems (SiS) 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 SiS devices. If you say Y, you will be asked for
  15. your specific card in the following questions.
  16. if NET_VENDOR_SIS
  17. config SIS900
  18. tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
  19. depends on PCI
  20. select CRC32
  21. select NET_CORE
  22. select MII
  23. ---help---
  24. This is a driver for the Fast Ethernet PCI network cards based on
  25. the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in
  26. SiS 630 and SiS 540 chipsets.
  27. This driver also supports AMD 79C901 HomePNA so that you can use
  28. your phone line as a network cable.
  29. To compile this driver as a module, choose M here: the module
  30. will be called sis900. This is recommended.
  31. config SIS190
  32. tristate "SiS190/SiS191 gigabit ethernet support"
  33. depends on PCI
  34. select CRC32
  35. select NET_CORE
  36. select MII
  37. ---help---
  38. Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
  39. a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
  40. appear in lan on motherboard designs which are based on SiS 965
  41. and SiS 966 south bridge.
  42. To compile this driver as a module, choose M here: the module
  43. will be called sis190. This is recommended.
  44. endif # NET_VENDOR_SIS