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