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 ---help--- | 465 ---help--- |
466 This driver provides the firmware interface for the services exported | 466 This driver provides the firmware interface for the services exported |
467 through the CHROMEOS interfaces when using ChromeOS ACPI firmware. | 467 through the CHROMEOS interfaces when using ChromeOS ACPI firmware. |
468 | 468 |
469 config CHROMEOS | 469 config CHROMEOS |
470 » bool "ChromeOS specific platform functions" | 470 » tristate "ChromeOS specific platform functions" |
471 depends on NVRAM | 471 depends on NVRAM |
472 depends on ACPI_CHROMEOS | 472 depends on ACPI_CHROMEOS |
473 ---help--- | 473 ---help--- |
474 This driver provides abstracted interfaces to the firmware features | 474 This driver provides abstracted interfaces to the firmware features |
475 provided on ChromeOS devices. It depends on a lowlevel driver to | 475 provided on ChromeOS devices. It depends on a lowlevel driver to |
476 implement the firmware interface on the platform. | 476 implement the firmware interface on the platform. |
477 | 477 |
478 endif # X86_PLATFORM_DEVICES | 478 endif # X86_PLATFORM_DEVICES |
OLD | NEW |