1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Silan device configuration 4# 5 6config NET_VENDOR_SILAN 7 bool "Silan devices" 8 default y 9 depends on PCI 10 help 11 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 the 14 kernel: saying N will just cause the configurator to skip all 15 the questions about Silan devices. If you say Y, you will be asked for 16 your specific card in the following questions. 17 18if NET_VENDOR_SILAN 19 20config SC92031 21 tristate "Silan SC92031 PCI Fast Ethernet Adapter driver" 22 depends on PCI 23 select CRC32 24 help 25 This is a driver for the Fast Ethernet PCI network cards based on 26 the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you 27 have one of these, say Y here. 28 29 To compile this driver as a module, choose M here: the module 30 will be called sc92031. This is recommended. 31 32endif # NET_VENDOR_SILAN 33