xref: /linux/drivers/net/ethernet/dec/Kconfig (revision a88394cfb58007cca945699545469017beb0d206)
1#
2# Digital Equipment Inc network device configuration
3#
4
5config NET_VENDOR_DEC
6	bool "Digital Equipment devices"
7	depends on PCI || EISA || CARDBUS
8	---help---
9	  If you have a network (Ethernet) card belonging to this class, say Y
10	  and read the Ethernet-HOWTO, available from
11	  <http://www.tldp.org/docs.html#howto>.
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 DEC cards. If you say Y, you will be asked for
16	  your specific card in the following questions.
17
18if NET_VENDOR_DEC
19
20config EWRK3
21	tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
22	depends on ISA
23	select CRC32
24	---help---
25	  This driver supports the DE203, DE204 and DE205 network (Ethernet)
26	  cards. If this is for you, say Y and read
27	  <file:Documentation/networking/ewrk3.txt> in the kernel source as
28	  well as the Ethernet-HOWTO, available from
29	  <http://www.tldp.org/docs.html#howto>.
30
31	  To compile this driver as a module, choose M here. The module
32	  will be called ewrk3.
33
34source "drivers/net/ethernet/dec/tulip/Kconfig"
35
36endif # NET_VENDOR_DEC
37