OLD | NEW |
---|---|
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 Loading... | |
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 |
OLD | NEW |