The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_ACPI

ACPI (Advanced Configuration and Power Interface) support

Type: bool

Help

Allow retrieval of platform configuration at runtime.

Direct dependencies

X86_PC_COMPATIBLE && X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At arch/x86/Kconfig:224

Included via Kconfig:8Kconfig.zephyr:29arch/Kconfig:12

Menu path: (Top) → X86 Architecture Options

config ACPI
    bool "ACPI (Advanced Configuration and Power Interface) support"
    select ARCH_MAPS_ALL_RAM
    depends on X86_PC_COMPATIBLE && X86
    help
      Allow retrieval of platform configuration at runtime.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)