Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Agere device configuration
0004 #
0005 
0006 config NET_VENDOR_AGERE
0007         bool "Agere devices"
0008         default y
0009         depends on PCI
0010         help
0011           If you have a network (Ethernet) card belonging to this class, say Y.
0012 
0013           Note that the answer to this question doesn't directly affect the
0014           kernel: saying N will just cause the configurator to skip all
0015           the questions about Agere devices. If you say Y, you will be asked
0016           for your specific card in the following questions.
0017 
0018 if NET_VENDOR_AGERE
0019 
0020 config ET131X
0021         tristate "Agere ET-1310 Gigabit Ethernet support"
0022         depends on PCI
0023         select PHYLIB
0024         select CRC32
0025         help
0026           This driver supports Agere ET-1310 ethernet adapters.
0027 
0028           To compile this driver as a module, choose M here. The module
0029           will be called et131x.
0030 
0031 endif # NET_VENDOR_AGERE