Mike Waychison | a1d9a09 | 2011-04-29 17:39:31 -0700 | [diff] [blame] | 1 | config GOOGLE_FIRMWARE |
| 2 | bool "Google Firmware Drivers" |
| 3 | depends on X86 |
| 4 | default n |
| 5 | help |
| 6 | These firmware drivers are used by Google's servers. They are |
| 7 | only useful if you are working directly on one of their |
| 8 | proprietary servers. If in doubt, say "N". |
| 9 | |
| 10 | menu "Google Firmware Drivers" |
| 11 | depends on GOOGLE_FIRMWARE |
| 12 | |
Mike Waychison | 74c5b31 | 2011-04-29 17:39:19 -0700 | [diff] [blame] | 13 | config GOOGLE_SMI |
| 14 | tristate "SMI interface for Google platforms" |
| 15 | depends on ACPI && DMI |
Randy Dunlap | 5daf538 | 2011-05-22 17:38:02 -0700 | [diff] [blame] | 16 | select EFI |
Mike Waychison | 74c5b31 | 2011-04-29 17:39:19 -0700 | [diff] [blame] | 17 | select EFI_VARS |
| 18 | help |
| 19 | Say Y here if you want to enable SMI callbacks for Google |
| 20 | platforms. This provides an interface for writing to and |
| 21 | clearing the EFI event log and reading and writing NVRAM |
| 22 | variables. |
Mike Waychison | e561bc4 | 2011-04-29 17:39:25 -0700 | [diff] [blame] | 23 | |
| 24 | config GOOGLE_MEMCONSOLE |
| 25 | tristate "Firmware Memory Console" |
| 26 | depends on DMI |
| 27 | help |
| 28 | This option enables the kernel to search for a firmware log in |
| 29 | the EBDA on Google servers. If found, this log is exported to |
| 30 | userland in the file /sys/firmware/log. |
Mike Waychison | a1d9a09 | 2011-04-29 17:39:31 -0700 | [diff] [blame] | 31 | |
| 32 | endmenu |