···379379 Say Y here to support the Myson MTD-800 family of PCI-based Ethernet 380380 cards. <http://www.myson.com.tw/>381381382382-config R6040383383- tristate "RDC R6040 Fast Ethernet Adapter support"384384- depends on NET_PCI && PCI385385- select CRC32386386- select MII387387- select PHYLIB388388- help389389- This is a driver for the R6040 Fast Ethernet MACs found in the390390- the RDC R-321x System-on-chips.391391-392392- To compile this driver as a module, choose M here: the module393393- will be called r6040. This is recommended.394394-395382config NET_POCKET396383 bool "Pocket and portable adapters"397384 depends on PARPORT
···11+#22+# RDC network device configuration33+#44+55+config NET_VENDOR_RDC66+ bool "RDC devices"77+ depends on PCI88+ ---help---99+ If you have a network (Ethernet) card belonging to this class, say Y1010+ and read the Ethernet-HOWTO, available from1111+ <http://www.tldp.org/docs.html#howto>.1212+1313+ Note that the answer to this question doesn't directly affect the1414+ kernel: saying N will just cause the configurator to skip all1515+ the questions about RDC cards. If you say Y, you will be asked for1616+ your specific card in the following questions.1717+1818+if NET_VENDOR_RDC1919+2020+config R60402121+ tristate "RDC R6040 Fast Ethernet Adapter support"2222+ depends on PCI2323+ select CRC322424+ select MII2525+ select PHYLIB2626+ ---help---2727+ This is a driver for the R6040 Fast Ethernet MACs found in the2828+ the RDC R-321x System-on-chips.2929+3030+ To compile this driver as a module, choose M here: the module3131+ will be called r6040. This is recommended.3232+3333+endif # NET_VENDOR_RDC
+5
drivers/net/ethernet/rdc/Makefile
···11+#22+# Makefile for the RDC network device drivers.33+#44+55+obj-$(CONFIG_R6040) += r6040.o