33 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Silan device configuration4#5 6config NET_VENDOR_SILAN7 bool "Silan 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 Silan devices. If you say Y, you will be asked for16 your specific card in the following questions.17 18if NET_VENDOR_SILAN19 20config SC9203121 tristate "Silan SC92031 PCI Fast Ethernet Adapter driver"22 depends on PCI23 select CRC3224 help25 This is a driver for the Fast Ethernet PCI network cards based on26 the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you27 have one of these, say Y here.28 29 To compile this driver as a module, choose M here: the module30 will be called sc92031. This is recommended.31 32endif # NET_VENDOR_SILAN33