blob: 22ec98ec9d3e2594a4d945c2d690bc05cbf16101 [file] [log] [blame]
Jeff Kirsher8c7de402011-06-13 08:43:49 -07001#
2# Silicon Integrated Systems (SiS) device configuration
3#
4
5config NET_VENDOR_SIS
6 bool "Silicon Integrated Systems (SiS) devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsher8c7de402011-06-13 08:43:49 -07008 depends on PCI
9 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsher8c7de402011-06-13 08:43:49 -070011
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
17if NET_VENDOR_SIS
18
19config SIS900
20 tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
21 depends on PCI
22 select CRC32
23 select MII
24 ---help---
25 This is a driver for the Fast Ethernet PCI network cards based on
26 the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in
27 SiS 630 and SiS 540 chipsets.
28
29 This driver also supports AMD 79C901 HomePNA so that you can use
30 your phone line as a network cable.
31
32 To compile this driver as a module, choose M here: the module
33 will be called sis900. This is recommended.
34
35config SIS190
36 tristate "SiS190/SiS191 gigabit ethernet support"
37 depends on PCI
38 select CRC32
Jeff Kirsher8c7de402011-06-13 08:43:49 -070039 select MII
40 ---help---
41 Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
42 a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
43 appear in lan on motherboard designs which are based on SiS 965
44 and SiS 966 south bridge.
45
46 To compile this driver as a module, choose M here: the module
47 will be called sis190. This is recommended.
48
49endif # NET_VENDOR_SIS