diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/mainboard/emulation/qemu-i440fx.md | 2 | ||||
-rw-r--r-- | Documentation/mainboard/emulation/qemu-q35.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/mainboard/emulation/qemu-i440fx.md b/Documentation/mainboard/emulation/qemu-i440fx.md index 059ad123c5..a311fddb09 100644 --- a/Documentation/mainboard/emulation/qemu-i440fx.md +++ b/Documentation/mainboard/emulation/qemu-i440fx.md @@ -15,7 +15,7 @@ processor supports x86_64 instructions (long mode). The qemu-i440fx mainboard has been ported to x86_64 and will serve as reference platform to enable additional platforms. -To enable the support set the Kconfig option ``CONFIG_CPU_QEMU_X86_64=y``. +To enable the support set the Kconfig option ``CONFIG_USE_EXP_X86_64_SUPPORT=y``. ## Installing qemu diff --git a/Documentation/mainboard/emulation/qemu-q35.md b/Documentation/mainboard/emulation/qemu-q35.md index 00163e89fc..cebbc637d6 100644 --- a/Documentation/mainboard/emulation/qemu-q35.md +++ b/Documentation/mainboard/emulation/qemu-q35.md @@ -15,7 +15,7 @@ processor supports x86_64 instructions (long mode). The qemu-q35 mainboard has been ported to x86_64 and will serve as reference platform to enable additional platforms. -To enable the support set the Kconfig option ``CONFIG_CPU_QEMU_X86_64=y``. +To enable the support set the Kconfig option ``CONFIG_USE_EXP_X86_64_SUPPORT=y``. ## Installing qemu |