1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 29bba23b0SJeff Kirsher# 39bba23b0SJeff Kirsher# Adaptec network device configuration 49bba23b0SJeff Kirsher# 59bba23b0SJeff Kirsher 69bba23b0SJeff Kirsherconfig NET_VENDOR_ADAPTEC 79bba23b0SJeff Kirsher bool "Adaptec devices" 888f07484SJeff Kirsher default y 99bba23b0SJeff Kirsher depends on PCI 10*a7f7f624SMasahiro Yamada help 11138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 129bba23b0SJeff Kirsher 139bba23b0SJeff Kirsher Note that the answer to this question doesn't directly affect the 149bba23b0SJeff Kirsher kernel: saying N will just cause the configurator to skip all 159bba23b0SJeff Kirsher the questions about Adaptec cards. If you say Y, you will be asked for 169bba23b0SJeff Kirsher your specific card in the following questions. 179bba23b0SJeff Kirsher 189bba23b0SJeff Kirsherif NET_VENDOR_ADAPTEC 199bba23b0SJeff Kirsher 209bba23b0SJeff Kirsherconfig ADAPTEC_STARFIRE 219bba23b0SJeff Kirsher tristate "Adaptec Starfire/DuraLAN support" 229bba23b0SJeff Kirsher depends on PCI 239bba23b0SJeff Kirsher select CRC32 249bba23b0SJeff Kirsher select MII 25*a7f7f624SMasahiro Yamada help 269bba23b0SJeff Kirsher Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network 279bba23b0SJeff Kirsher adapter. The DuraLAN chip is used on the 64 bit PCI boards from 289bba23b0SJeff Kirsher Adaptec e.g. the ANA-6922A. The older 32 bit boards use the tulip 299bba23b0SJeff Kirsher driver. 309bba23b0SJeff Kirsher 319bba23b0SJeff Kirsher To compile this driver as a module, choose M here: the module 329bba23b0SJeff Kirsher will be called starfire. This is recommended. 339bba23b0SJeff Kirsher 349bba23b0SJeff Kirsherendif # NET_VENDOR_ADAPTEC 35