menuconfig GOOGLE_FIRMWARE
bool "Google Firmware Drivers"
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".
tristate "SMI interface for Google platforms"
depends on X86 && ACPI && DMI
Say Y here if you want to enable SMI callbacks for Google
platforms. This provides an interface for writing to and
clearing the event log. If EFI_VARS is also enabled this
driver provides an interface for reading and writing NVRAM
config GOOGLE_COREBOOT_TABLE
tristate "Coreboot Table Access"
This option enables the coreboot_table module, which provides other
firmware modules access to the coreboot table. The coreboot table
pointer is accessed through the ACPI "GOOGCB00" object or the
device tree node /firmware/coreboot.
config GOOGLE_COREBOOT_TABLE_ACPI
select GOOGLE_COREBOOT_TABLE
config GOOGLE_COREBOOT_TABLE_OF
select GOOGLE_COREBOOT_TABLE
depends on GOOGLE_MEMCONSOLE_X86_LEGACY || GOOGLE_MEMCONSOLE_COREBOOT
config GOOGLE_MEMCONSOLE_X86_LEGACY
tristate "Firmware Memory Console - X86 Legacy support"
depends on X86 && ACPI && DMI
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.
config GOOGLE_FRAMEBUFFER_COREBOOT
tristate "Coreboot Framebuffer"
depends on GOOGLE_COREBOOT_TABLE
This option enables the kernel to search for a framebuffer in
the coreboot table. If found, it is registered with simplefb.
config GOOGLE_MEMCONSOLE_COREBOOT
tristate "Firmware Memory Console"
depends on GOOGLE_COREBOOT_TABLE