Back to home page

OSCL-LXR

 
 

    


0001 #
0002 # Google network device configuration
0003 #
0004 
0005 config NET_VENDOR_GOOGLE
0006         bool "Google Devices"
0007         default y
0008         help
0009           If you have a network (Ethernet) device belonging to this class, say Y.
0010 
0011           Note that the answer to this question doesn't directly affect the
0012           kernel: saying N will just cause the configurator to skip all
0013           the questions about Google devices. If you say Y, you will be asked
0014           for your specific device in the following questions.
0015 
0016 if NET_VENDOR_GOOGLE
0017 
0018 config GVE
0019         tristate "Google Virtual NIC (gVNIC) support"
0020         depends on (PCI_MSI && (X86 || CPU_LITTLE_ENDIAN))
0021         help
0022           This driver supports Google Virtual NIC (gVNIC)"
0023 
0024           To compile this driver as a module, choose M here.
0025           The module will be called gve.
0026 
0027 endif #NET_VENDOR_GOOGLE