Commit 23e4de9
committed
hcl-x64.config: Set CONFIG_ACPI=y
The wakeup mailbox that the virtual firmware implements to boot secondary
CPUs is defined in the ACPI specification (see version 6.6 section
5.2.12.19). The code in the kernel that makes use of the mailbox resides
in the x86 ACPI subsystem. CONFIG_ACPI needs to be set as 'y' to select it.
The option CONFIG_ACPI selects or enables many other configuration options
which in turn select more options that are not used with DeviceTree-based
firmware. Unselect all the options that have a menuconfig prompt.
The newly selected code remains dormant if the acpi=off is specified in the
kernel command line. The code that interacts with the mailbox remains
usable for DeviceTree platform firmware.
These are the options that are selected after running `make olddefconfig`
with this changeset:
* CONFIG_ACPI_MADT_WAKEUP=y
Enables the wakeup mailbox.
* CONFIG_ACPI_LPIT
Support for ACPI low-power idle table (not used with DeviceTree FW).
* CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
Tweaks ACPI root table lookup (not used with DeviceTree FW).
* CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
* CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
Architecture capabilities (unused).
* CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
Support for ACPI-based suspend/resume (not used with DeviceTree FW).
* CONFIG_ACPI_HOTPLUG_IOAPIC=y
Support for IO-APIC hotplug (not used with DeviceTree FW).
* CONFIG_HAVE_ACPI_APEI=y
* CONFIG_HAVE_ACPI_APEI_NMI=y
Architecture capabilities (not used as CONFIG_ACPI_APEI=n).
* CONFIG_PCI_LABEL=y
ACPI-provided PCI naming facilities (not used with DeviceTree FW).
* CONFIG_PNP=y
* CONFIG_PNPACPI=y
Support only. Does not add drivers.
* CONFIG_FIRMWARE_TABLE=y
Library for parsing ACPI tables.
Signed-off-by: Ricardo Neri <[email protected]>1 parent 04a67e5 commit 23e4de9
1 file changed
+30
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
357 | 358 | | |
358 | 359 | | |
359 | 360 | | |
| |||
433 | 434 | | |
434 | 435 | | |
435 | 436 | | |
436 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
437 | 464 | | |
438 | 465 | | |
439 | 466 | | |
| |||
452 | 479 | | |
453 | 480 | | |
454 | 481 | | |
| 482 | + | |
455 | 483 | | |
456 | 484 | | |
457 | 485 | | |
| |||
1230 | 1258 | | |
1231 | 1259 | | |
1232 | 1260 | | |
| 1261 | + | |
1233 | 1262 | | |
1234 | 1263 | | |
1235 | 1264 | | |
| |||
0 commit comments