28 lines · plain
1#2# Google network device configuration3#4 5config NET_VENDOR_GOOGLE6 bool "Google Devices"7 default y8 help9 If you have a network (Ethernet) device belonging to this class, say Y.10 11 Note that the answer to this question doesn't directly affect the12 kernel: saying N will just cause the configurator to skip all13 the questions about Google devices. If you say Y, you will be asked14 for your specific device in the following questions.15 16if NET_VENDOR_GOOGLE17 18config GVE19 tristate "Google Virtual NIC (gVNIC) support"20 depends on (PCI_MSI && (X86 || CPU_LITTLE_ENDIAN))21 help22 This driver supports Google Virtual NIC (gVNIC)"23 24 To compile this driver as a module, choose M here.25 The module will be called gve.26 27endif #NET_VENDOR_GOOGLE28