brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · 7e498bd Raw
51 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Silicon Integrated Systems (SiS) device configuration4#5 6config NET_VENDOR_SIS7	bool "Silicon Integrated Systems (SiS) devices"8	default y9	depends on PCI10	help11	  If you have a network (Ethernet) card belonging to this class, say Y.12 13	  Note that the answer to this question doesn't directly affect the14	  kernel: saying N will just cause the configurator to skip all15	  the questions about SiS devices. If you say Y, you will be asked for16	  your specific card in the following questions.17 18if NET_VENDOR_SIS19 20config SIS90021	tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"22	depends on PCI && HAS_IOPORT23	select CRC3224	select MII25	help26	  This is a driver for the Fast Ethernet PCI network cards based on27	  the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in28	  SiS 630 and SiS 540 chipsets.29 30	  This driver also supports AMD 79C901 HomePNA so that you can use31	  your phone line as a network cable.32 33	  To compile this driver as a module, choose M here: the module34	  will be called sis900.  This is recommended.35 36config SIS19037	tristate "SiS190/SiS191 gigabit ethernet support"38	depends on PCI && HAS_IOPORT39	select CRC3240	select MII41	help42	  Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or43	  a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to44	  appear in lan on motherboard designs which are based on SiS 96545	  and SiS 966 south bridge.46 47	  To compile this driver as a module, choose M here: the module48	  will be called sis190.  This is recommended.49 50endif # NET_VENDOR_SIS51