Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Silicon Integrated Systems (SiS) device configuration
0004 #
0005 
0006 config NET_VENDOR_SIS
0007         bool "Silicon Integrated Systems (SiS) devices"
0008         default y
0009         depends on PCI
0010         help
0011           If you have a network (Ethernet) card belonging to this class, say Y.
0012 
0013           Note that the answer to this question doesn't directly affect the
0014           kernel: saying N will just cause the configurator to skip all
0015           the questions about SiS devices. If you say Y, you will be asked for
0016           your specific card in the following questions.
0017 
0018 if NET_VENDOR_SIS
0019 
0020 config SIS900
0021         tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
0022         depends on PCI
0023         select CRC32
0024         select MII
0025         help
0026           This is a driver for the Fast Ethernet PCI network cards based on
0027           the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in
0028           SiS 630 and SiS 540 chipsets.
0029 
0030           This driver also supports AMD 79C901 HomePNA so that you can use
0031           your phone line as a network cable.
0032 
0033           To compile this driver as a module, choose M here: the module
0034           will be called sis900.  This is recommended.
0035 
0036 config SIS190
0037         tristate "SiS190/SiS191 gigabit ethernet support"
0038         depends on PCI
0039         select CRC32
0040         select MII
0041         help
0042           Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
0043           a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
0044           appear in lan on motherboard designs which are based on SiS 965
0045           and SiS 966 south bridge.
0046 
0047           To compile this driver as a module, choose M here: the module
0048           will be called sis190.  This is recommended.
0049 
0050 endif # NET_VENDOR_SIS