aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu/amd/agesa/Kconfig4
-rw-r--r--src/cpu/x86/Kconfig2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig
index b7e69e015a..39175fc79e 100644
--- a/src/cpu/amd/agesa/Kconfig
+++ b/src/cpu/amd/agesa/Kconfig
@@ -29,6 +29,10 @@ config CPU_AMD_AGESA
if CPU_AMD_AGESA
+config UDELAY_IO
+ bool
+ default n
+
config XIP_ROM_SIZE
hex
default 0x100000
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index 9a96aeadd8..4300c3d0e4 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -4,7 +4,7 @@ config SERIAL_CPU_INIT
config UDELAY_IO
bool
- default y if !UDELAY_LAPIC && !UDELAY_TSC
+ default y if !UDELAY_LAPIC && !UDELAY_TSC && !UDELAY_TIMER2
default n
config UDELAY_LAPIC