* rework tsc based timer code to use inb instead of outb for calibration
[coreboot.git] / src / cpu / x86 / lapic / Config.lb
index 8b5eaa376e5369f2f4db2833dacdba65e3295585..b0636f3abd668981a1ec04bef71b8543650613b7 100644 (file)
@@ -1,3 +1,11 @@
+uses CONFIG_UDELAY_LAPIC
+
 object lapic.o
 object lapic_cpu_init.o
 object secondary.S
+
+if CONFIG_UDELAY_LAPIC
+       default HAVE_INIT_TIMER=1
+       object apic_timer.o
+end
+