Mike Waychison | 74c5b31 | 2011-04-29 17:39:19 -0700 | [diff] [blame] | 1 | config GOOGLE_SMI |
| 2 | tristate "SMI interface for Google platforms" |
| 3 | depends on ACPI && DMI |
| 4 | select EFI_VARS |
| 5 | help |
| 6 | Say Y here if you want to enable SMI callbacks for Google |
| 7 | platforms. This provides an interface for writing to and |
| 8 | clearing the EFI event log and reading and writing NVRAM |
| 9 | variables. |
Mike Waychison | e561bc4 | 2011-04-29 17:39:25 -0700 | [diff] [blame^] | 10 | |
| 11 | config GOOGLE_MEMCONSOLE |
| 12 | tristate "Firmware Memory Console" |
| 13 | depends on DMI |
| 14 | help |
| 15 | This option enables the kernel to search for a firmware log in |
| 16 | the EBDA on Google servers. If found, this log is exported to |
| 17 | userland in the file /sys/firmware/log. |