:orphan: .. title:: ACPI .. option:: CONFIG_ACPI *ACPI (Advanced Configuration and Power Interface) support* Type: ``bool`` Help ==== Allow retrieval of platform configuration at runtime. Direct dependencies =================== \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`ARCH_MAPS_ALL_RAM ` Symbols that select this symbol =============================== - \ :option:`PCIE_MMIO_CFG ` Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:96`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. parsed-literal:: config ACPI bool "ACPI (Advanced Configuration and Power Interface) support" select \ :option:`ARCH_MAPS_ALL_RAM ` depends on \ :option:`X86 ` help Allow retrieval of platform configuration at runtime. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*