xref: /openbmc/linux/drivers/net/ethernet/sis/Kconfig (revision 138b15ed)
18c7de408SJeff Kirsher#
28c7de408SJeff Kirsher# Silicon Integrated Systems (SiS) device configuration
38c7de408SJeff Kirsher#
48c7de408SJeff Kirsher
58c7de408SJeff Kirsherconfig NET_VENDOR_SIS
68c7de408SJeff Kirsher	bool "Silicon Integrated Systems (SiS) devices"
788f07484SJeff Kirsher	default y
88c7de408SJeff Kirsher	depends on PCI
98c7de408SJeff Kirsher	---help---
10138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
118c7de408SJeff Kirsher
128c7de408SJeff Kirsher	  Note that the answer to this question doesn't directly affect the
138c7de408SJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
148c7de408SJeff Kirsher	  the questions about SiS devices. If you say Y, you will be asked for
158c7de408SJeff Kirsher	  your specific card in the following questions.
168c7de408SJeff Kirsher
178c7de408SJeff Kirsherif NET_VENDOR_SIS
188c7de408SJeff Kirsher
198c7de408SJeff Kirsherconfig SIS900
208c7de408SJeff Kirsher	tristate "SiS 900/7016 PCI Fast Ethernet Adapter support"
218c7de408SJeff Kirsher	depends on PCI
228c7de408SJeff Kirsher	select CRC32
238c7de408SJeff Kirsher	select MII
248c7de408SJeff Kirsher	---help---
258c7de408SJeff Kirsher	  This is a driver for the Fast Ethernet PCI network cards based on
268c7de408SJeff Kirsher	  the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in
278c7de408SJeff Kirsher	  SiS 630 and SiS 540 chipsets.
288c7de408SJeff Kirsher
298c7de408SJeff Kirsher	  This driver also supports AMD 79C901 HomePNA so that you can use
308c7de408SJeff Kirsher	  your phone line as a network cable.
318c7de408SJeff Kirsher
328c7de408SJeff Kirsher	  To compile this driver as a module, choose M here: the module
338c7de408SJeff Kirsher	  will be called sis900.  This is recommended.
348c7de408SJeff Kirsher
358c7de408SJeff Kirsherconfig SIS190
368c7de408SJeff Kirsher	tristate "SiS190/SiS191 gigabit ethernet support"
378c7de408SJeff Kirsher	depends on PCI
388c7de408SJeff Kirsher	select CRC32
398c7de408SJeff Kirsher	select MII
408c7de408SJeff Kirsher	---help---
418c7de408SJeff Kirsher	  Say Y here if you have a SiS 190 PCI Fast Ethernet adapter or
428c7de408SJeff Kirsher	  a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
438c7de408SJeff Kirsher	  appear in lan on motherboard designs which are based on SiS 965
448c7de408SJeff Kirsher	  and SiS 966 south bridge.
458c7de408SJeff Kirsher
468c7de408SJeff Kirsher	  To compile this driver as a module, choose M here: the module
478c7de408SJeff Kirsher	  will be called sis190.  This is recommended.
488c7de408SJeff Kirsher
498c7de408SJeff Kirsherendif # NET_VENDOR_SIS
50