xref: /linux/drivers/net/ethernet/google/Kconfig (revision 8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf)
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"
2022319818SBailey Forrest	depends on (PCI_MSI && (X86 || CPU_LITTLE_ENDIAN))
21*acd16380SHarshitha Ramamurthy	depends on PTP_1588_CLOCK_OPTIONAL
22ebdfae0dSHarshitha Ramamurthy	select PAGE_POOL
23893ce44dSCatherine Sullivan	help
24893ce44dSCatherine Sullivan	  This driver supports Google Virtual NIC (gVNIC)"
25893ce44dSCatherine Sullivan
26893ce44dSCatherine Sullivan	  To compile this driver as a module, choose M here.
27893ce44dSCatherine Sullivan	  The module will be called gve.
28893ce44dSCatherine Sullivan
29893ce44dSCatherine Sullivanendif #NET_VENDOR_GOOGLE
30