blob: ac982be38510652ee52d3bdc5e48cbacc7fdf1d7 [file] [log] [blame]
Cesar Eduardo Barros1b6b7172011-10-25 12:32:24 +00001#
2# Silan device configuration
3#
4
5config NET_VENDOR_SILAN
6 bool "Silan devices"
7 default y
Kees Cook7980fd22012-10-02 11:18:20 -07008 depends on PCI
Cesar Eduardo Barros1b6b7172011-10-25 12:32:24 +00009 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Cesar Eduardo Barros1b6b7172011-10-25 12:32:24 +000011
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
Kees Cook7980fd22012-10-02 11:18:20 -070020 tristate "Silan SC92031 PCI Fast Ethernet Adapter driver"
21 depends on PCI
Cesar Eduardo Barros1b6b7172011-10-25 12:32:24 +000022 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