Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # RDC network device configuration
0004 #
0005 
0006 config NET_VENDOR_RDC
0007         bool "RDC 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 RDC cards. If you say Y, you will be asked for
0016           your specific card in the following questions.
0017 
0018 if NET_VENDOR_RDC
0019 
0020 config R6040
0021         tristate "RDC R6040 Fast Ethernet Adapter support"
0022         depends on PCI
0023         select CRC32
0024         select MII
0025         select PHYLIB
0026         help
0027           This is a driver for the R6040 Fast Ethernet MACs found in the
0028           the RDC R-321x System-on-chips.
0029 
0030           To compile this driver as a module, choose M here: the module
0031           will be called r6040. This is recommended.
0032 
0033 endif # NET_VENDOR_RDC