2017-03-29 00:11:25 +08:00
|
|
|
menuconfig GOOGLE_FIRMWARE
|
2011-04-30 08:39:31 +08:00
|
|
|
bool "Google Firmware Drivers"
|
|
|
|
depends on 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".
|
|
|
|
|
2017-03-29 00:11:25 +08:00
|
|
|
if GOOGLE_FIRMWARE
|
2011-04-30 08:39:31 +08:00
|
|
|
|
2011-04-30 08:39:19 +08:00
|
|
|
config GOOGLE_SMI
|
|
|
|
tristate "SMI interface for Google platforms"
|
2014-01-28 09:07:21 +08:00
|
|
|
depends on ACPI && DMI && EFI
|
2011-04-30 08:39:19 +08:00
|
|
|
select 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 EFI event log and reading and writing NVRAM
|
|
|
|
variables.
|
2011-04-30 08:39:25 +08:00
|
|
|
|
|
|
|
config GOOGLE_MEMCONSOLE
|
2017-03-29 00:11:26 +08:00
|
|
|
tristate
|
|
|
|
depends on GOOGLE_MEMCONSOLE_X86_LEGACY
|
|
|
|
|
|
|
|
config GOOGLE_MEMCONSOLE_X86_LEGACY
|
|
|
|
tristate "Firmware Memory Console - X86 Legacy support"
|
|
|
|
depends on X86 && ACPI && DMI
|
|
|
|
select GOOGLE_MEMCONSOLE
|
2011-04-30 08:39:25 +08:00
|
|
|
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.
|
2011-04-30 08:39:31 +08:00
|
|
|
|
2017-03-29 00:11:25 +08:00
|
|
|
endif # GOOGLE_FIRMWARE
|