This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / cpu / intel / model_f2x / Config.lb
index b985ffc12dd4439d5806db43a8f1a155db5af508..e4c64583a3bdf5af2d3aec1d2ab6458cd3bce13b 100644 (file)
@@ -1,17 +1,13 @@
-uses CONFIG_UDELAY_TSC
-
+uses CONFIG_HAVE_MOVNTI
+default CONFIG_HAVE_MOVNTI=1
+dir /cpu/x86/tsc
 dir /cpu/x86/mtrr
 dir /cpu/x86/fpu
 dir /cpu/x86/mmx
 dir /cpu/x86/sse
 dir /cpu/x86/lapic
 dir /cpu/x86/cache
+dir /cpu/x86/smm
 dir /cpu/intel/microcode
 dir /cpu/intel/hyperthreading
 driver model_f2x_init.o
-
-if CONFIG_UDELAY_TSC
-       dir /cpu/x86/tsc
-else
-       object apic_timer.o
-end