:orphan: .. title:: CONFIG_ACPI .. kconfig:: CONFIG_ACPI CONFIG_ACPI ########### *ACPI (Advanced Configuration and Power Interface) support* Type: ``bool`` Help ==== .. code-block:: none Allow retrieval of platform configuration at runtime. Direct dependencies =================== \ :kconfig:`X86_PC_COMPATIBLE ` && \ :kconfig:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`PCIE_MMIO_CFG ` Kconfig definition ================== At ``/arch/x86/Kconfig:224`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:37`` → ``/arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig config ACPI bool "ACPI (Advanced Configuration and Power Interface) support" 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.)*