this should get the VIA VT8454c in shape with Kconfig
[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 CONFIG_HAVE_INIT_TIMER=1
9         object apic_timer.o
10 end
11