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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | drivers/platform/x86/chromeos.c » ('j') | drivers/platform/x86/chromeos.c » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # X86 Platform Specific Drivers 2 # X86 Platform Specific Drivers
3 # 3 #
4 4
5 menuconfig X86_PLATFORM_DEVICES 5 menuconfig X86_PLATFORM_DEVICES
6 bool "X86 Platform Specific Device Drivers" 6 bool "X86 Platform Specific Device Drivers"
7 default y 7 default y
8 ---help--- 8 ---help---
9 Say Y here to get to see options for device drivers for various 9 Say Y here to get to see options for device drivers for various
10 x86 platforms, including vendor-specific laptop extension drivers. 10 x86 platforms, including vendor-specific laptop extension drivers.
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 power management functions are exposed, as those are handled by the 453 power management functions are exposed, as those are handled by the
454 general ACPI drivers. 454 general ACPI drivers.
455 455
456 More information about this driver is available at 456 More information about this driver is available at
457 <http://memebeam.org/toys/ToshibaAcpiDriver>. 457 <http://memebeam.org/toys/ToshibaAcpiDriver>.
458 458
459 If you have a legacy free Toshiba laptop (such as the Libretto L1 459 If you have a legacy free Toshiba laptop (such as the Libretto L1
460 series), say Y. 460 series), say Y.
461 461
462 config ACPI_CHROMEOS 462 config ACPI_CHROMEOS
463 » bool "ChromeOS specific ACPI extensions" 463 » tristate "ChromeOS specific ACPI extensions"
464 depends on ACPI 464 depends on ACPI
465 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.
465 ---help--- 466 ---help---
466 This driver provides the firmware interface for the services exported 467 This driver provides the firmware interface for the services exported
467 through the CHROMEOS interfaces when using ChromeOS ACPI firmware. 468 through the CHROMEOS interfaces when using ChromeOS ACPI firmware.
468 469
469 config CHROMEOS 470 config CHROMEOS
470 » bool "ChromeOS specific platform functions" 471 » tristate "ChromeOS specific platform functions"
471 depends on NVRAM 472 depends on NVRAM
472 depends on ACPI_CHROMEOS 473 depends on ACPI_CHROMEOS
474 default y
473 ---help--- 475 ---help---
474 This driver provides abstracted interfaces to the firmware features 476 This driver provides abstracted interfaces to the firmware features
475 provided on ChromeOS devices. It depends on a lowlevel driver to 477 provided on ChromeOS devices. It depends on a lowlevel driver to
476 implement the firmware interface on the platform. 478 implement the firmware interface on the platform.
477 479
478 endif # X86_PLATFORM_DEVICES 480 endif # X86_PLATFORM_DEVICES
OLDNEW
« 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