Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [diff] [blame^] | 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 |