Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1857)

Unified Diff: drivers/platform/x86/Kconfig

Issue 6690023: CHROMIUMOS: chromeos_acpi: Introduce ability to handle buffers. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: Enable Chromeos ACPI buffer handling. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | drivers/platform/x86/chromeos.c » ('j') | drivers/platform/x86/chromeos.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | drivers/platform/x86/chromeos.c » ('j') | drivers/platform/x86/chromeos.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698