| Jeff Kirsher | 8c7de40 | 2011-06-13 08:43:49 -0700 | [diff] [blame] | 1 | # | 
|  | 2 | # Silicon Integrated Systems (SiS) device configuration | 
|  | 3 | # | 
|  | 4 |  | 
|  | 5 | config NET_VENDOR_SIS | 
|  | 6 | bool "Silicon Integrated Systems (SiS) devices" | 
| Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y | 
| Jeff Kirsher | 8c7de40 | 2011-06-13 08:43:49 -0700 | [diff] [blame] | 8 | depends on PCI | 
|  | 9 | ---help--- | 
|  | 10 | If you have a network (Ethernet) card belonging to this class, say Y | 
|  | 11 | and read the Ethernet-HOWTO, available from | 
|  | 12 | <http://www.tldp.org/docs.html#howto>. | 
|  | 13 |  | 
|  | 14 | Note that the answer to this question doesn't directly affect the | 
|  | 15 | kernel: saying N will just cause the configurator to skip all | 
|  | 16 | the questions about SiS devices. If you say Y, you will be asked for | 
|  | 17 | your specific card in the following questions. | 
|  | 18 |  | 
|  | 19 | if NET_VENDOR_SIS | 
|  | 20 |  | 
|  | 21 | config SIS900 | 
|  | 22 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" | 
|  | 23 | depends on PCI | 
|  | 24 | select CRC32 | 
| Jeff Kirsher | aaba215 | 2011-09-14 21:23:14 +0000 | [diff] [blame] | 25 | select NET_CORE | 
| Jeff Kirsher | 8c7de40 | 2011-06-13 08:43:49 -0700 | [diff] [blame] | 26 | select MII | 
|  | 27 | ---help--- | 
|  | 28 | This is a driver for the Fast Ethernet PCI network cards based on | 
|  | 29 | the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in | 
|  | 30 | SiS 630 and SiS 540 chipsets. | 
|  | 31 |  | 
|  | 32 | This driver also supports AMD 79C901 HomePNA so that you can use | 
|  | 33 | your phone line as a network cable. | 
|  | 34 |  | 
|  | 35 | To compile this driver as a module, choose M here: the module | 
|  | 36 | will be called sis900.  This is recommended. | 
|  | 37 |  | 
|  | 38 | config SIS190 | 
|  | 39 | tristate "SiS190/SiS191 gigabit ethernet support" | 
|  | 40 | depends on PCI | 
|  | 41 | select CRC32 | 
| Jeff Kirsher | aaba215 | 2011-09-14 21:23:14 +0000 | [diff] [blame] | 42 | select NET_CORE | 
| Jeff Kirsher | 8c7de40 | 2011-06-13 08:43:49 -0700 | [diff] [blame] | 43 | select MII | 
|  | 44 | ---help--- | 
|  | 45 | Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or | 
|  | 46 | a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to | 
|  | 47 | appear in lan on motherboard designs which are based on SiS 965 | 
|  | 48 | and SiS 966 south bridge. | 
|  | 49 |  | 
|  | 50 | To compile this driver as a module, choose M here: the module | 
|  | 51 | will be called sis190.  This is recommended. | 
|  | 52 |  | 
|  | 53 | endif # NET_VENDOR_SIS |