xref: /linux/drivers/net/ethernet/silan/Kconfig (revision 1b6b7172d0ee37528762bddb83acb56cb38ffac2)
1*1b6b7172SCesar Eduardo Barros#
2*1b6b7172SCesar Eduardo Barros# Silan device configuration
3*1b6b7172SCesar Eduardo Barros#
4*1b6b7172SCesar Eduardo Barros
5*1b6b7172SCesar Eduardo Barrosconfig NET_VENDOR_SILAN
6*1b6b7172SCesar Eduardo Barros	bool "Silan devices"
7*1b6b7172SCesar Eduardo Barros	default y
8*1b6b7172SCesar Eduardo Barros	depends on PCI && EXPERIMENTAL
9*1b6b7172SCesar Eduardo Barros	---help---
10*1b6b7172SCesar Eduardo Barros	  If you have a network (Ethernet) card belonging to this class, say Y
11*1b6b7172SCesar Eduardo Barros	  and read the Ethernet-HOWTO, available from
12*1b6b7172SCesar Eduardo Barros	  <http://www.tldp.org/docs.html#howto>.
13*1b6b7172SCesar Eduardo Barros
14*1b6b7172SCesar Eduardo Barros	  Note that the answer to this question doesn't directly affect the
15*1b6b7172SCesar Eduardo Barros	  kernel: saying N will just cause the configurator to skip all
16*1b6b7172SCesar Eduardo Barros	  the questions about Silan devices. If you say Y, you will be asked for
17*1b6b7172SCesar Eduardo Barros	  your specific card in the following questions.
18*1b6b7172SCesar Eduardo Barros
19*1b6b7172SCesar Eduardo Barrosif NET_VENDOR_SILAN
20*1b6b7172SCesar Eduardo Barros
21*1b6b7172SCesar Eduardo Barrosconfig SC92031
22*1b6b7172SCesar Eduardo Barros	tristate "Silan SC92031 PCI Fast Ethernet Adapter driver (EXPERIMENTAL)"
23*1b6b7172SCesar Eduardo Barros	depends on PCI && EXPERIMENTAL
24*1b6b7172SCesar Eduardo Barros	select CRC32
25*1b6b7172SCesar Eduardo Barros	---help---
26*1b6b7172SCesar Eduardo Barros	  This is a driver for the Fast Ethernet PCI network cards based on
27*1b6b7172SCesar Eduardo Barros	  the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you
28*1b6b7172SCesar Eduardo Barros	  have one of these, say Y here.
29*1b6b7172SCesar Eduardo Barros
30*1b6b7172SCesar Eduardo Barros	  To compile this driver as a module, choose M here: the module
31*1b6b7172SCesar Eduardo Barros	  will be called sc92031.  This is recommended.
32*1b6b7172SCesar Eduardo Barros
33*1b6b7172SCesar Eduardo Barrosendif # NET_VENDOR_SILAN
34