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