From 16fe5e1511dde46ec3a82988361ebdae54802cbc Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 22 Jun 2021 15:41:59 +0200 Subject: src: Consolidate x86_64 support Kconfig Introduce `USE_EXP_X86_64_SUPPORT` in `src/arch/x86/Kconfig` and guard it with `HAVE_EXP_X86_64_SUPPORT`. Replace the per-CPU implementations of the same functionality with the newly-added Kconfig options. Update documentation and the config file for QEMU accordingly. Change-Id: I550216fd2a8323342d6b605306b0b95ffd5dcd1c Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55760 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- configs/config.emulation_qemu_x86_i440fx_x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/config.emulation_qemu_x86_i440fx_x86_64') diff --git a/configs/config.emulation_qemu_x86_i440fx_x86_64 b/configs/config.emulation_qemu_x86_i440fx_x86_64 index 0ddb3f133929..d31bbf2d61de 100644 --- a/configs/config.emulation_qemu_x86_i440fx_x86_64 +++ b/configs/config.emulation_qemu_x86_i440fx_x86_64 @@ -1 +1 @@ -CONFIG_CPU_QEMU_X86_64=y +CONFIG_USE_EXP_X86_64_SUPPORT=y -- cgit v1.2.3