Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_GOOGLE_FIRMWARE
	bool "Google Firmware Drivers"
	depends on CONFIG_X86
	default n
	help
	  These firmware drivers are used by Google's servers.  They are
	  only useful if you are working directly on one of their
	  proprietary servers.  If in doubt, say "N".

menu "Google Firmware Drivers"
	depends on CONFIG_GOOGLE_FIRMWARE

config CONFIG_GOOGLE_SMI
	tristate "SMI interface for Google platforms"
	depends on CONFIG_ACPI && CONFIG_DMI && CONFIG_EFI
	select CONFIG_EFI_VARS
	help
	  Say Y here if you want to enable SMI callbacks for Google
	  platforms.  This provides an interface for writing to and
	  clearing the CONFIG_EFI event log and reading and writing CONFIG_NVRAM
	  variables.

config CONFIG_GOOGLE_MEMCONSOLE
	tristate "Firmware Memory Console"
	depends on CONFIG_DMI
	help
	  This option enables the kernel to search for a firmware log in
	  the EBDA on Google servers.  If found, this log is exported to
	  userland in the file /sys/firmware/log.

endmenu