src: Consolidate x86_64 support Kconfig
commit16fe5e1511dde46ec3a82988361ebdae54802cbc
authorAngel Pons <th3fanbus@gmail.com>
Tue, 22 Jun 2021 13:41:59 +0000 (22 15:41 +0200)
committerAngel Pons <th3fanbus@gmail.com>
Fri, 2 Jul 2021 08:19:21 +0000 (2 08:19 +0000)
tree167a5fba6261458dd4820986e7d42c2a3aefb021
parent6f5a6581a61706b0b271ff16845fd0cefe46928b
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55760
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Documentation/mainboard/emulation/qemu-i440fx.md
Documentation/mainboard/emulation/qemu-q35.md
configs/config.emulation_qemu_x86_i440fx_x86_64
src/arch/x86/Kconfig
src/cpu/intel/model_206ax/Kconfig
src/cpu/qemu-x86/Kconfig