1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 238df6492SMark Einon# 338df6492SMark Einon# Agere device configuration 438df6492SMark Einon# 538df6492SMark Einon 638df6492SMark Einonconfig NET_VENDOR_AGERE 738df6492SMark Einon bool "Agere devices" 838df6492SMark Einon default y 938df6492SMark Einon depends on PCI 10a7f7f624SMasahiro Yamada help 11138b15edSPaul Gortmaker If you have a network (Ethernet) card belonging to this class, say Y. 1238df6492SMark Einon 1338df6492SMark Einon Note that the answer to this question doesn't directly affect the 1438df6492SMark Einon kernel: saying N will just cause the configurator to skip all 1538df6492SMark Einon the questions about Agere devices. If you say Y, you will be asked 1638df6492SMark Einon for your specific card in the following questions. 1738df6492SMark Einon 1838df6492SMark Einonif NET_VENDOR_AGERE 1938df6492SMark Einon 2038df6492SMark Einonconfig ET131X 2138df6492SMark Einon tristate "Agere ET-1310 Gigabit Ethernet support" 2238df6492SMark Einon depends on PCI 2338df6492SMark Einon select PHYLIB 240b32e91fSArnd Bergmann select CRC32 25a7f7f624SMasahiro Yamada help 2638df6492SMark Einon This driver supports Agere ET-1310 ethernet adapters. 2738df6492SMark Einon 2838df6492SMark Einon To compile this driver as a module, choose M here. The module 2938df6492SMark Einon will be called et131x. 3038df6492SMark Einon 3138df6492SMark Einonendif # NET_VENDOR_AGERE 32