David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | # |
| 3 | # Silan device configuration |
| 4 | # |
| 5 | |
| 6 | config 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 | |
| 18 | if NET_VENDOR_SILAN |
| 19 | |
| 20 | config 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 | |
| 32 | endif # NET_VENDOR_SILAN |