-
CONFIG_ACPI
¶
ACPI (Advanced Configuration and Power Interface) support
Type: bool
Help¶
Allow retrieval of platform configuration at runtime.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/x86/Kconfig:84
Included via Kconfig:8
→ Kconfig.zephyr:34
→ arch/Kconfig:12
Menu path: (Top) → X86 Architecture Options
config ACPI
bool "ACPI (Advanced Configuration and Power Interface) support"
depends on X86
help
Allow retrieval of platform configuration at runtime.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)