-
CONFIG_CONSTANT_ACPI
¶
The platform ACPI info is constant
Type: bool
Help¶
Whether constant ACPI tables shall be used. If selected, the built-in ACPI tables, usually generated on target platforms by an offline tool, will be used. If not a fixup subroutine will be invoked to update the built-in tables after parsing the real ACPI tables at runtime.
Defaults¶
- “n”
Kconfig definition¶
At arch/x86/Kconfig:251
Included via Kconfig:3
Menu path: (top menu)
config CONSTANT_ACPI
bool
prompt "The platform ACPI info is constant"
default "n"
help
Whether constant ACPI tables shall be used. If selected, the built-in
ACPI tables, usually generated on target platforms by an offline tool,
will be used. If not a fixup subroutine will be invoked to update the
built-in tables after parsing the real ACPI tables at runtime.
(Definitions include propagated dependencies, including from if’s and menus.)