xref: /openbmc/linux/drivers/net/ethernet/dec/Kconfig (revision 88f07484)
1a88394cfSJeff Kirsher#
2a88394cfSJeff Kirsher# Digital Equipment Inc network device configuration
3a88394cfSJeff Kirsher#
4a88394cfSJeff Kirsher
5a88394cfSJeff Kirsherconfig NET_VENDOR_DEC
6a88394cfSJeff Kirsher	bool "Digital Equipment devices"
788f07484SJeff Kirsher	default y
8a88394cfSJeff Kirsher	depends on PCI || EISA || CARDBUS
9a88394cfSJeff Kirsher	---help---
10a88394cfSJeff Kirsher	  If you have a network (Ethernet) card belonging to this class, say Y
11a88394cfSJeff Kirsher	  and read the Ethernet-HOWTO, available from
12a88394cfSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
13a88394cfSJeff Kirsher
14a88394cfSJeff Kirsher	  Note that the answer to this question doesn't directly affect the
15a88394cfSJeff Kirsher	  kernel: saying N will just cause the configurator to skip all
16a88394cfSJeff Kirsher	  the questions about DEC cards. If you say Y, you will be asked for
17a88394cfSJeff Kirsher	  your specific card in the following questions.
18a88394cfSJeff Kirsher
19a88394cfSJeff Kirsherif NET_VENDOR_DEC
20a88394cfSJeff Kirsher
21a88394cfSJeff Kirsherconfig EWRK3
22a88394cfSJeff Kirsher	tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
23a88394cfSJeff Kirsher	depends on ISA
24a88394cfSJeff Kirsher	select CRC32
25a88394cfSJeff Kirsher	---help---
26a88394cfSJeff Kirsher	  This driver supports the DE203, DE204 and DE205 network (Ethernet)
27a88394cfSJeff Kirsher	  cards. If this is for you, say Y and read
28a88394cfSJeff Kirsher	  <file:Documentation/networking/ewrk3.txt> in the kernel source as
29a88394cfSJeff Kirsher	  well as the Ethernet-HOWTO, available from
30a88394cfSJeff Kirsher	  <http://www.tldp.org/docs.html#howto>.
31a88394cfSJeff Kirsher
32a88394cfSJeff Kirsher	  To compile this driver as a module, choose M here. The module
33a88394cfSJeff Kirsher	  will be called ewrk3.
34a88394cfSJeff Kirsher
35a88394cfSJeff Kirshersource "drivers/net/ethernet/dec/tulip/Kconfig"
36a88394cfSJeff Kirsher
37a88394cfSJeff Kirsherendif # NET_VENDOR_DEC
38