# # RDC network device configuration # config [31mCONFIG_NET_VENDOR_RDC[0m bool "RDC devices" default y depends on [31mCONFIG_PCI[0m ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about RDC cards. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_RDC[0m config [31mCONFIG_R6040[0m tristate "RDC R6040 Fast Ethernet Adapter support" depends on [31mCONFIG_PCI[0m select [31mCONFIG_CRC32[0m select [31mCONFIG_MII[0m select [31mCONFIG_PHYLIB[0m ---help--- This is a driver for the [31mCONFIG_R6040[0m Fast Ethernet MACs found in the the RDC R-321x System-on-chips. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called r6040. This is recommended. endif # [31mCONFIG_NET_VENDOR_RDC[0m |