aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu/x86/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index 9c8d1a7552..7cb5da0893 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -2,6 +2,14 @@ config SERIAL_CPU_INIT
bool
default y
+config UDELAY_TSC
+ bool
+ default n
+
+config TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
+ bool
+ default n
+
config XIP_ROM_BASE
hex
default 0xfffe0000