* rework tsc based timer code to use inb instead of outb for calibration
[coreboot.git] / src / cpu / x86 / lapic / Config.lb
1 uses CONFIG_UDELAY_LAPIC
2
3 object lapic.o
4 object lapic_cpu_init.o
5 object secondary.S
6
7 if CONFIG_UDELAY_LAPIC
8         default HAVE_INIT_TIMER=1
9         object apic_timer.o
10 end
11