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 ef9d095ac5df7c016a30c1f01bfed32b9844320f..e4c64583a3bdf5af2d3aec1d2ab6458cd3bce13b 100644 (file)
@@ -1,5 +1,5 @@
-uses HAVE_MOVNTI
-default HAVE_MOVNTI=1
+uses CONFIG_HAVE_MOVNTI
+default CONFIG_HAVE_MOVNTI=1
 dir /cpu/x86/tsc
 dir /cpu/x86/mtrr
 dir /cpu/x86/fpu
@@ -7,7 +7,7 @@ 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
-