summaryrefslogtreecommitdiffstats
path: root/configs/config.emulation_qemu_x86_i440fx_x86_64
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2024-02-02 19:35:13 +0100
committerMartin L Roth <gaumless@gmail.com>2024-03-28 15:23:21 +0000
commitd293b20b840037211d9b43ded17901354e5204ad (patch)
tree5d2c5964d70342c6f47a6ec6ee5b34a865170681 /configs/config.emulation_qemu_x86_i440fx_x86_64
parentee83be4d753ae128b53dd306b380c4a6dfd739e5 (diff)
downloadcoreboot-d293b20b840037211d9b43ded17901354e5204ad.tar.gz
coreboot-d293b20b840037211d9b43ded17901354e5204ad.tar.bz2
coreboot-d293b20b840037211d9b43ded17901354e5204ad.zip
cpu/x86/Kconfig: Mark 64bit support as stable
With SMM holding page tables itself, we can consider SMM support stable and safe enough for general use. Also update the respective documentation. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: Ifcf0a1a5097a2d7c064bb709ec0b09ebee13a47d Reviewed-on: https://review.coreboot.org/c/coreboot/+/80338 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'configs/config.emulation_qemu_x86_i440fx_x86_64')
-rw-r--r--configs/config.emulation_qemu_x86_i440fx_x86_642
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/config.emulation_qemu_x86_i440fx_x86_64 b/configs/config.emulation_qemu_x86_i440fx_x86_64
index 712364677a04..2f6bf784908e 100644
--- a/configs/config.emulation_qemu_x86_i440fx_x86_64
+++ b/configs/config.emulation_qemu_x86_i440fx_x86_64
@@ -1,3 +1,3 @@
CONFIG_VENDOR_EMULATION=y
CONFIG_BOARD_EMULATION_QEMU_X86_I440FX=y
-CONFIG_USE_EXP_X86_64_SUPPORT=y
+CONFIG_USE_X86_64_SUPPORT=y