162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Silicon Integrated Systems (SiS) device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_SIS 762306a36Sopenharmony_ci bool "Silicon Integrated Systems (SiS) devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci depends on PCI 1062306a36Sopenharmony_ci help 1162306a36Sopenharmony_ci If you have a network (Ethernet) card belonging to this class, say Y. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci Note that the answer to this question doesn't directly affect the 1462306a36Sopenharmony_ci kernel: saying N will just cause the configurator to skip all 1562306a36Sopenharmony_ci the questions about SiS devices. If you say Y, you will be asked for 1662306a36Sopenharmony_ci your specific card in the following questions. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciif NET_VENDOR_SIS 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ciconfig SIS900 2162306a36Sopenharmony_ci tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" 2262306a36Sopenharmony_ci depends on PCI 2362306a36Sopenharmony_ci select CRC32 2462306a36Sopenharmony_ci select MII 2562306a36Sopenharmony_ci help 2662306a36Sopenharmony_ci This is a driver for the Fast Ethernet PCI network cards based on 2762306a36Sopenharmony_ci the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in 2862306a36Sopenharmony_ci SiS 630 and SiS 540 chipsets. 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ci This driver also supports AMD 79C901 HomePNA so that you can use 3162306a36Sopenharmony_ci your phone line as a network cable. 3262306a36Sopenharmony_ci 3362306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 3462306a36Sopenharmony_ci will be called sis900. This is recommended. 3562306a36Sopenharmony_ci 3662306a36Sopenharmony_ciconfig SIS190 3762306a36Sopenharmony_ci tristate "SiS190/SiS191 gigabit ethernet support" 3862306a36Sopenharmony_ci depends on PCI 3962306a36Sopenharmony_ci select CRC32 4062306a36Sopenharmony_ci select MII 4162306a36Sopenharmony_ci help 4262306a36Sopenharmony_ci Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or 4362306a36Sopenharmony_ci a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to 4462306a36Sopenharmony_ci appear in lan on motherboard designs which are based on SiS 965 4562306a36Sopenharmony_ci and SiS 966 south bridge. 4662306a36Sopenharmony_ci 4762306a36Sopenharmony_ci To compile this driver as a module, choose M here: the module 4862306a36Sopenharmony_ci will be called sis190. This is recommended. 4962306a36Sopenharmony_ci 5062306a36Sopenharmony_ciendif # NET_VENDOR_SIS 51