summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_106cx/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-22 12:58:20 +0200
committerWerner Zeh <werner.zeh@siemens.com>2021-06-30 04:48:59 +0000
commit8e035e3c1304f8b16533112758e3efe9f616f4d5 (patch)
tree3b3ad879f963faf948880de2a06ac057c2a134d3 /src/cpu/intel/model_106cx/Kconfig
parentc839b3704987a187afc2db5bc0b44b9523486308 (diff)
downloadcoreboot-8e035e3c1304f8b16533112758e3efe9f616f4d5.tar.gz
coreboot-8e035e3c1304f8b16533112758e3efe9f616f4d5.tar.bz2
coreboot-8e035e3c1304f8b16533112758e3efe9f616f4d5.zip
src: Move `select ARCH_X86` to platforms
To generalise the choice of 32-bit or 64-bit coreboot on x86 hardware, have platforms select `ARCH_X86` directly instead of through per-stage Kconfig options, effectively reversing the dependency order. Change-Id: If15436817ba664398055e9efc6c7c656de3bf3e4 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55758 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/cpu/intel/model_106cx/Kconfig')
-rw-r--r--src/cpu/intel/model_106cx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig
index bf9256af451e..9f59b4711f71 100644
--- a/src/cpu/intel/model_106cx/Kconfig
+++ b/src/cpu/intel/model_106cx/Kconfig
@@ -1,6 +1,7 @@
config CPU_INTEL_MODEL_106CX
bool
select ARCH_ALL_STAGES_X86_32
+ select ARCH_X86
select SSE2
select UDELAY_TSC
select TSC_MONOTONIC_TIMER