]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/net/ethernet/adaptec/Kconfig
iommu/amd: Use BUG_ON instead of if () BUG()
[mirror_ubuntu-zesty-kernel.git] / drivers / net / ethernet / adaptec / Kconfig
CommitLineData
9bba23b0
JK
1#
2# Adaptec network device configuration
3#
4
5config NET_VENDOR_ADAPTEC
6 bool "Adaptec devices"
88f07484 7 default y
9bba23b0
JK
8 depends on PCI
9 ---help---
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
9bba23b0
JK
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
17if NET_VENDOR_ADAPTEC
18
19config 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
33endif # NET_VENDOR_ADAPTEC