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