xref: /linux/drivers/net/ethernet/google/Kconfig (revision 893ce44df56580fb878ca5af9c4a5fd87567da50)
1*893ce44dSCatherine Sullivan#
2*893ce44dSCatherine Sullivan# Google network device configuration
3*893ce44dSCatherine Sullivan#
4*893ce44dSCatherine Sullivan
5*893ce44dSCatherine Sullivanconfig NET_VENDOR_GOOGLE
6*893ce44dSCatherine Sullivan	bool "Google Devices"
7*893ce44dSCatherine Sullivan	default y
8*893ce44dSCatherine Sullivan	help
9*893ce44dSCatherine Sullivan	  If you have a network (Ethernet) device belonging to this class, say Y.
10*893ce44dSCatherine Sullivan
11*893ce44dSCatherine Sullivan	  Note that the answer to this question doesn't directly affect the
12*893ce44dSCatherine Sullivan	  kernel: saying N will just cause the configurator to skip all
13*893ce44dSCatherine Sullivan	  the questions about Google devices. If you say Y, you will be asked
14*893ce44dSCatherine Sullivan	  for your specific device in the following questions.
15*893ce44dSCatherine Sullivan
16*893ce44dSCatherine Sullivanif NET_VENDOR_GOOGLE
17*893ce44dSCatherine Sullivan
18*893ce44dSCatherine Sullivanconfig GVE
19*893ce44dSCatherine Sullivan	tristate "Google Virtual NIC (gVNIC) support"
20*893ce44dSCatherine Sullivan	depends on PCI_MSI
21*893ce44dSCatherine Sullivan	help
22*893ce44dSCatherine Sullivan	  This driver supports Google Virtual NIC (gVNIC)"
23*893ce44dSCatherine Sullivan
24*893ce44dSCatherine Sullivan	  To compile this driver as a module, choose M here.
25*893ce44dSCatherine Sullivan	  The module will be called gve.
26*893ce44dSCatherine Sullivan
27*893ce44dSCatherine Sullivanendif #NET_VENDOR_GOOGLE
28