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