···359359 To compile this driver as a module, choose M here: the module360360 will be called starfire. This is recommended.361361362362-config FORCEDETH363363- tristate "nForce Ethernet support"364364- depends on NET_PCI && PCI365365- help366366- If you have a network (Ethernet) controller of this type, say Y and367367- read the Ethernet-HOWTO, available from368368- <http://www.tldp.org/docs.html#howto>.369369-370370- To compile this driver as a module, choose M here. The module371371- will be called forcedeth.372372-373362config NET_POCKET374363 bool "Pocket and portable adapters"375364 depends on PARPORT
···11+#22+# NVIDIA network device configuration33+#44+55+config NET_VENDOR_NVIDIA66+ bool "NVIDIA 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 NVIDIA cards. If you say Y, you will be asked for1616+ your specific card in the following questions.1717+1818+if NET_VENDOR_NVIDIA1919+2020+config FORCEDETH2121+ tristate "nForce Ethernet support"2222+ depends on PCI2323+ ---help---2424+ If you have a network (Ethernet) controller of this type, say Y and2525+ read the Ethernet-HOWTO, available from2626+ <http://www.tldp.org/docs.html#howto>.2727+2828+ To compile this driver as a module, choose M here. The module2929+ will be called forcedeth.3030+3131+endif # NET_VENDOR_NVIDIA
+5
drivers/net/ethernet/nvidia/Makefile
···11+#22+# Makefile for the NVIDIA network device drivers.33+#44+55+obj-$(CONFIG_FORCEDETH) += forcedeth.o