169b4b095SJeff Kirsher# 269b4b095SJeff Kirsher# NVIDIA network device configuration 369b4b095SJeff Kirsher# 469b4b095SJeff Kirsher 569b4b095SJeff Kirsherconfig NET_VENDOR_NVIDIA 669b4b095SJeff Kirsher bool "NVIDIA devices" 788f07484SJeff Kirsher default y 869b4b095SJeff Kirsher depends on PCI 969b4b095SJeff Kirsher ---help--- 1069b4b095SJeff Kirsher If you have a network (Ethernet) card belonging to this class, say Y 1169b4b095SJeff Kirsher and read the Ethernet-HOWTO, available from 1269b4b095SJeff Kirsher <http://www.tldp.org/docs.html#howto>. 1369b4b095SJeff Kirsher 1469b4b095SJeff Kirsher Note that the answer to this question doesn't directly affect the 1569b4b095SJeff Kirsher kernel: saying N will just cause the configurator to skip all 1669b4b095SJeff Kirsher the questions about NVIDIA cards. If you say Y, you will be asked for 1769b4b095SJeff Kirsher your specific card in the following questions. 1869b4b095SJeff Kirsher 1969b4b095SJeff Kirsherif NET_VENDOR_NVIDIA 2069b4b095SJeff Kirsher 2169b4b095SJeff Kirsherconfig FORCEDETH 2269b4b095SJeff Kirsher tristate "nForce Ethernet support" 2369b4b095SJeff Kirsher depends on PCI 2469b4b095SJeff Kirsher ---help--- 2569b4b095SJeff Kirsher If you have a network (Ethernet) controller of this type, say Y and 2669b4b095SJeff Kirsher read the Ethernet-HOWTO, available from 2769b4b095SJeff Kirsher <http://www.tldp.org/docs.html#howto>. 2869b4b095SJeff Kirsher 2969b4b095SJeff Kirsher To compile this driver as a module, choose M here. The module 3069b4b095SJeff Kirsher will be called forcedeth. 3169b4b095SJeff Kirsher 3269b4b095SJeff Kirsherendif # NET_VENDOR_NVIDIA 33