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

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: Address review comments 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') | no next file with comments »
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..0113bb748b4fe3dfea3368ad8b28cc97be724142 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -460,14 +460,14 @@ config ACPI_TOSHIBA
series), say Y.
config ACPI_CHROMEOS
- bool "ChromeOS specific ACPI extensions"
+ tristate "ChromeOS specific ACPI extensions"
depends on ACPI
---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
---help---
« no previous file with comments | « no previous file | drivers/platform/x86/chromeos.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698