diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 2e233cc778..a20febb9ce 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -19,7 +19,7 @@ config PARALLEL_MP_AP_WORK config UDELAY_IO bool - default y if !UDELAY_LAPIC && !UDELAY_TSC && !UDELAY_TIMER2 + default y if !UDELAY_LAPIC && !UDELAY_TSC && !UDELAY_TIMER2 && !GENERIC_UDELAY default n config UDELAY_LAPIC |