1*38df6492SMark Einon# 2*38df6492SMark Einon# Agere device configuration 3*38df6492SMark Einon# 4*38df6492SMark Einon 5*38df6492SMark Einonconfig NET_VENDOR_AGERE 6*38df6492SMark Einon bool "Agere devices" 7*38df6492SMark Einon default y 8*38df6492SMark Einon depends on PCI 9*38df6492SMark Einon ---help--- 10*38df6492SMark Einon If you have a network (Ethernet) card belonging to this class, say Y 11*38df6492SMark Einon and read the Ethernet-HOWTO, available from 12*38df6492SMark Einon <http://www.tldp.org/docs.html#howto>. 13*38df6492SMark Einon 14*38df6492SMark Einon Note that the answer to this question doesn't directly affect the 15*38df6492SMark Einon kernel: saying N will just cause the configurator to skip all 16*38df6492SMark Einon the questions about Agere devices. If you say Y, you will be asked 17*38df6492SMark Einon for your specific card in the following questions. 18*38df6492SMark Einon 19*38df6492SMark Einonif NET_VENDOR_AGERE 20*38df6492SMark Einon 21*38df6492SMark Einonconfig ET131X 22*38df6492SMark Einon tristate "Agere ET-1310 Gigabit Ethernet support" 23*38df6492SMark Einon depends on PCI 24*38df6492SMark Einon select PHYLIB 25*38df6492SMark Einon ---help--- 26*38df6492SMark Einon This driver supports Agere ET-1310 ethernet adapters. 27*38df6492SMark Einon 28*38df6492SMark Einon To compile this driver as a module, choose M here. The module 29*38df6492SMark Einon will be called et131x. 30*38df6492SMark Einon 31*38df6492SMark Einonendif # NET_VENDOR_AGERE 32