]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/ethernet/silan/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / net / ethernet / silan / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1b6b7172
CEB
2#
3# Silan device configuration
4#
5
6config NET_VENDOR_SILAN
7 bool "Silan devices"
8 default y
7980fd23 9 depends on PCI
1b6b7172 10 ---help---
138b15ed 11 If you have a network (Ethernet) card belonging to this class, say Y.
1b6b7172
CEB
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
7980fd23
KC
21 tristate "Silan SC92031 PCI Fast Ethernet Adapter driver"
22 depends on PCI
1b6b7172
CEB
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