summaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_106cx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_106cx/Kconfig')
-rw-r--r--src/cpu/intel/model_106cx/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig
index ba8557c3de..43c4048786 100644
--- a/src/cpu/intel/model_106cx/Kconfig
+++ b/src/cpu/intel/model_106cx/Kconfig
@@ -6,7 +6,9 @@ config CPU_INTEL_MODEL_106CX
select ARCH_RAMSTAGE_X86_32
select SMP
select SSE2
- select UDELAY_LAPIC
+ select UDELAY_TSC
+ select TSC_CONSTANT_RATE
+ select TSC_MONOTONIC_TIMER
select SIPI_VECTOR_IN_ROM
select AP_IN_SIPI_WAIT
select TSC_SYNC_MFENCE