Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Cesar Eduardo Barros | 1b6b717 | 2011-10-25 12:32:24 +0000 | [diff] [blame] | 2 | # |
| 3 | # Silan device configuration |
| 4 | # |
| 5 | |
| 6 | config NET_VENDOR_SILAN |
| 7 | bool "Silan devices" |
| 8 | default y |
Kees Cook | 7980fd2 | 2012-10-02 11:18:20 -0700 | [diff] [blame] | 9 | depends on PCI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 10 | help |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
Cesar Eduardo Barros | 1b6b717 | 2011-10-25 12:32:24 +0000 | [diff] [blame] | 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 |
Kees Cook | 7980fd2 | 2012-10-02 11:18:20 -0700 | [diff] [blame] | 21 | tristate "Silan SC92031 PCI Fast Ethernet Adapter driver" |
| 22 | depends on PCI |
Cesar Eduardo Barros | 1b6b717 | 2011-10-25 12:32:24 +0000 | [diff] [blame] | 23 | select CRC32 |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 24 | help |
Cesar Eduardo Barros | 1b6b717 | 2011-10-25 12:32:24 +0000 | [diff] [blame] | 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 |