]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/net/ethernet/adaptec/Kconfig
drivers/net: remove all references to obsolete Ethernet-HOWTO
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / ethernet / adaptec / Kconfig
1 #
2 # Adaptec network device configuration
3 #
4
5 config NET_VENDOR_ADAPTEC
6 bool "Adaptec 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
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Adaptec cards. If you say Y, you will be asked for
15 your specific card in the following questions.
16
17 if NET_VENDOR_ADAPTEC
18
19 config ADAPTEC_STARFIRE
20 tristate "Adaptec Starfire/DuraLAN support"
21 depends on PCI
22 select CRC32
23 select MII
24 ---help---
25 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
26 adapter. The DuraLAN chip is used on the 64 bit PCI boards from
27 Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip
28 driver.
29
30 To compile this driver as a module, choose M here: the module
31 will be called starfire. This is recommended.
32
33 endif # NET_VENDOR_ADAPTEC