blob: 822cffb4174cfc747271bba8545448cf6986c2db [file] [log] [blame]
Jeff Kirsher9bba23b2011-07-24 02:13:24 -07001#
2# Adaptec network device configuration
3#
4
5config NET_VENDOR_ADAPTEC
6 bool "Adaptec devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Jeff Kirsher9bba23b2011-07-24 02:13:24 -07008 depends on PCI
9 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsher9bba23b2011-07-24 02:13:24 -070011
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
17if NET_VENDOR_ADAPTEC
18
19config ADAPTEC_STARFIRE
20 tristate "Adaptec Starfire/DuraLAN support"
21 depends on PCI
22 select CRC32
Jeff Kirsher9bba23b2011-07-24 02:13:24 -070023 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
33endif # NET_VENDOR_ADAPTEC