xref: /openbmc/linux/drivers/net/ethernet/silan/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21b6b7172SCesar Eduardo Barros#
31b6b7172SCesar Eduardo Barros# Silan device configuration
41b6b7172SCesar Eduardo Barros#
51b6b7172SCesar Eduardo Barros
61b6b7172SCesar Eduardo Barrosconfig NET_VENDOR_SILAN
71b6b7172SCesar Eduardo Barros	bool "Silan devices"
81b6b7172SCesar Eduardo Barros	default y
97980fd23SKees Cook	depends on PCI
10*a7f7f624SMasahiro Yamada	help
11138b15edSPaul Gortmaker	  If you have a network (Ethernet) card belonging to this class, say Y.
121b6b7172SCesar Eduardo Barros
131b6b7172SCesar Eduardo Barros	  Note that the answer to this question doesn't directly affect the
141b6b7172SCesar Eduardo Barros	  kernel: saying N will just cause the configurator to skip all
151b6b7172SCesar Eduardo Barros	  the questions about Silan devices. If you say Y, you will be asked for
161b6b7172SCesar Eduardo Barros	  your specific card in the following questions.
171b6b7172SCesar Eduardo Barros
181b6b7172SCesar Eduardo Barrosif NET_VENDOR_SILAN
191b6b7172SCesar Eduardo Barros
201b6b7172SCesar Eduardo Barrosconfig SC92031
217980fd23SKees Cook	tristate "Silan SC92031 PCI Fast Ethernet Adapter driver"
227980fd23SKees Cook	depends on PCI
231b6b7172SCesar Eduardo Barros	select CRC32
24*a7f7f624SMasahiro Yamada	help
251b6b7172SCesar Eduardo Barros	  This is a driver for the Fast Ethernet PCI network cards based on
261b6b7172SCesar Eduardo Barros	  the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you
271b6b7172SCesar Eduardo Barros	  have one of these, say Y here.
281b6b7172SCesar Eduardo Barros
291b6b7172SCesar Eduardo Barros	  To compile this driver as a module, choose M here: the module
301b6b7172SCesar Eduardo Barros	  will be called sc92031.  This is recommended.
311b6b7172SCesar Eduardo Barros
321b6b7172SCesar Eduardo Barrosendif # NET_VENDOR_SILAN
33