1893ce44dSCatherine Sullivan#
2893ce44dSCatherine Sullivan# Google network device configuration
3893ce44dSCatherine Sullivan#
4893ce44dSCatherine Sullivan
5893ce44dSCatherine Sullivanconfig NET_VENDOR_GOOGLE
6893ce44dSCatherine Sullivan	bool "Google Devices"
7893ce44dSCatherine Sullivan	default y
8893ce44dSCatherine Sullivan	help
9893ce44dSCatherine Sullivan	  If you have a network (Ethernet) device belonging to this class, say Y.
10893ce44dSCatherine Sullivan
11893ce44dSCatherine Sullivan	  Note that the answer to this question doesn't directly affect the
12893ce44dSCatherine Sullivan	  kernel: saying N will just cause the configurator to skip all
13893ce44dSCatherine Sullivan	  the questions about Google devices. If you say Y, you will be asked
14893ce44dSCatherine Sullivan	  for your specific device in the following questions.
15893ce44dSCatherine Sullivan
16893ce44dSCatherine Sullivanif NET_VENDOR_GOOGLE
17893ce44dSCatherine Sullivan
18893ce44dSCatherine Sullivanconfig GVE
19893ce44dSCatherine Sullivan	tristate "Google Virtual NIC (gVNIC) support"
20*22319818SBailey Forrest	depends on (PCI_MSI && (X86 || CPU_LITTLE_ENDIAN))
21893ce44dSCatherine Sullivan	help
22893ce44dSCatherine Sullivan	  This driver supports Google Virtual NIC (gVNIC)"
23893ce44dSCatherine Sullivan
24893ce44dSCatherine Sullivan	  To compile this driver as a module, choose M here.
25893ce44dSCatherine Sullivan	  The module will be called gve.
26893ce44dSCatherine Sullivan
27893ce44dSCatherine Sullivanendif #NET_VENDOR_GOOGLE
28