diff options
| author | Mike Waychison <mikew@google.com> | 2011-04-29 20:39:31 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-29 21:09:35 -0400 |
| commit | a1d9a09ae8003380a7f2297ee4367947cbdf874f (patch) | |
| tree | b250e6157a857dbc6e0923677518ab3b6fe34f54 /drivers/firmware/google | |
| parent | e561bc45920aade3f8a5aad9058a00e750af1345 (diff) | |
Introduce CONFIG_GOOGLE_FIRMWARE
In order to keep Google's firmware drivers organized amongst themselves,
all Google firmware drivers are gated on CONFIG_GOOGLE_FIRMWARE=y, which
defaults to 'n' in the kernel build.
Signed-off-by: Mike Waychison <mikew@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/firmware/google')
| -rw-r--r-- | drivers/firmware/google/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/firmware/google/Kconfig b/drivers/firmware/google/Kconfig index 640dc6bedd6..87096b6ca5c 100644 --- a/drivers/firmware/google/Kconfig +++ b/drivers/firmware/google/Kconfig | |||
| @@ -1,3 +1,15 @@ | |||
| 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 | |||
| 1 | config GOOGLE_SMI | 13 | config GOOGLE_SMI |
| 2 | tristate "SMI interface for Google platforms" | 14 | tristate "SMI interface for Google platforms" |
| 3 | depends on ACPI && DMI | 15 | depends on ACPI && DMI |
| @@ -15,3 +27,5 @@ config GOOGLE_MEMCONSOLE | |||
| 15 | This option enables the kernel to search for a firmware log in | 27 | 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 | 28 | the EBDA on Google servers. If found, this log is exported to |
| 17 | userland in the file /sys/firmware/log. | 29 | userland in the file /sys/firmware/log. |
| 30 | |||
| 31 | endmenu | ||
