[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#964812: linux: Pulling Google Compute Engine Virtual Ethernet Driver into Debian



Package: src:linux
Followup-For: Bug #964812

I think I failed to attached the Kconfig file the first time.
It should be attached to this update.

Best
David

-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-9-cloud-amd64 (SMP w/16 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
#
# Google network device configuration
#

config NET_VENDOR_GOOGLE
	bool "Google Devices"
	default y
	help
	  If you have a network (Ethernet) device belonging to this class, say Y.

	  Note that the answer to this question doesn't directly affect the
	  kernel: saying N will just cause the configurator to skip all
	  the questions about Google devices. If you say Y, you will be asked
	  for your specific device in the following questions.

if NET_VENDOR_GOOGLE

config GVE
	tristate "Google Virtual NIC (gVNIC) support"
	depends on (PCI_MSI && X86)
	help
	  This driver supports Google Virtual NIC (gVNIC)"

	  To compile this driver as a module, choose M here.
	  The module will be called gve.

config GVE_TEST
	bool "GVE Unit Tests"
	default y

endif #NET_VENDOR_GOOGLE

Reply to: