Chromium Code Reviews| Index: drivers/platform/x86/Kconfig |
| diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig |
| index 631635766ebfa521831391a2c8e48a81cd7764f2..893221a5551dcd98803b4d4f8e3c14566b5887b2 100644 |
| --- a/drivers/platform/x86/Kconfig |
| +++ b/drivers/platform/x86/Kconfig |
| @@ -460,16 +460,18 @@ config ACPI_TOSHIBA |
| series), say Y. |
| config ACPI_CHROMEOS |
| - bool "ChromeOS specific ACPI extensions" |
| + tristate "ChromeOS specific ACPI extensions" |
| depends on ACPI |
| + default y |
|
Olof Johansson
2011/03/14 21:24:32
New config options should be n by default (i.e. om
vb
2011/03/14 22:00:04
Done.
|
| ---help--- |
| This driver provides the firmware interface for the services exported |
| through the CHROMEOS interfaces when using ChromeOS ACPI firmware. |
| config CHROMEOS |
| - bool "ChromeOS specific platform functions" |
| + tristate "ChromeOS specific platform functions" |
| depends on NVRAM |
| depends on ACPI_CHROMEOS |
| + default y |
| ---help--- |
| This driver provides abstracted interfaces to the firmware features |
| provided on ChromeOS devices. It depends on a lowlevel driver to |