xref: /openbmc/linux/drivers/net/ethernet/silan/Kconfig (revision c4c11dd1)
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	  and read the Ethernet-HOWTO, available from
12	  <http://www.tldp.org/docs.html#howto>.
13
14	  Note that the answer to this question doesn't directly affect the
15	  kernel: saying N will just cause the configurator to skip all
16	  the questions about Silan devices. If you say Y, you will be asked for
17	  your specific card in the following questions.
18
19if NET_VENDOR_SILAN
20
21config SC92031
22	tristate "Silan SC92031 PCI Fast Ethernet Adapter driver"
23	depends on PCI
24	select CRC32
25	---help---
26	  This is a driver for the Fast Ethernet PCI network cards based on
27	  the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you
28	  have one of these, say Y here.
29
30	  To compile this driver as a module, choose M here: the module
31	  will be called sc92031.  This is recommended.
32
33endif # NET_VENDOR_SILAN
34