|
@@ -1,3 +1,15 @@
|
|
|
+config GOOGLE_FIRMWARE
|
|
|
+ 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".
|
|
|
+
|
|
|
+menu "Google Firmware Drivers"
|
|
|
+ depends on GOOGLE_FIRMWARE
|
|
|
+
|
|
|
config GOOGLE_SMI
|
|
|
tristate "SMI interface for Google platforms"
|
|
|
depends on ACPI && DMI
|
|
@@ -15,3 +27,5 @@ config GOOGLE_MEMCONSOLE
|
|
|
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
|