summaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-15 16:03:27 -0800
committerRonald G. Minnich <rminnich@gmail.com>2012-11-20 01:52:20 +0100
commit40f36e0d8d15a275d0109eac778e3b99bf4e0173 (patch)
tree8654601a776356770cc85bc190e61c5b9f7af691 /src/cpu/x86/Kconfig
parent0d8267464d093dfddda56e8095c455a8ee96d3e5 (diff)
downloadcoreboot-40f36e0d8d15a275d0109eac778e3b99bf4e0173.tar.xz
Make sure only one udelay function is available
The Agesa wrapper and UDELAY_TIMER2 define their own timer functions, so don't shove in UDELAY_IO Change-Id: Ibe3345e825e0c074d5f531dba1198cd6e7b0a42d Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1864 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
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