-
CONFIG_ACPI_PARSE_ENABLED
¶
Enable ACPI runtime parsing
Type: bool
Help¶
Platform specific ACPI info may be retrieved thru boot-time parse of ACPI table, or thru parse of off-line tool. This option enables the boot-time parse of ACPI table, and overwrite the information from off-line tool.
Defaults¶
- “y”
Kconfig definition¶
At arch/x86/Kconfig:225
Included via Kconfig:3
Menu path: (top menu)
config ACPI_PARSE_ENABLED
bool
prompt "Enable ACPI runtime parsing"
default "y"
help
Platform specific ACPI info may be retrieved thru boot-time parse
of ACPI table, or thru parse of off-line tool. This option enables
the boot-time parse of ACPI table, and overwrite the information
from off-line tool.
(Definitions include propagated dependencies, including from if’s and menus.)