:orphan: .. title:: X86_PC_COMPATIBLE .. option:: CONFIG_X86_PC_COMPATIBLE *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Hidden option to signal building for PC-compatible platforms with BIOS, ACPI, etc. Direct dependencies =================== \ :option:`BOARD_QEMU_X86_LAKEMONT ` || \ :option:`SOC_LAKEMONT ` || \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - n - y Symbols selected by this symbol =============================== - \ :option:`ARCH_HAS_RESERVED_PAGE_FRAMES ` - \ :option:`HAS_SRAM_OFFSET ` Kconfig definitions =================== At ``/x86/qemu_x86/Kconfig.defconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config X86_PC_COMPATIBLE bool default y depends on BOARD_QEMU_X86_LAKEMONT ---- At ``/x86/lakemont/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config X86_PC_COMPATIBLE bool default n depends on SOC_LAKEMONT ---- At ``/x86/Kconfig:242`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig config X86_PC_COMPATIBLE bool default y select ARCH_HAS_RESERVED_PAGE_FRAMES select HAS_SRAM_OFFSET depends on X86 help Hidden option to signal building for PC-compatible platforms with BIOS, ACPI, etc. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*