This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / via / vt8237r / Config.lb
index cca4a307ce332c39b834529291d6abb09b1accb8..c127c5ab5f8a0dea1dd5658308e1f28a40e1c52e 100644 (file)
@@ -17,7 +17,7 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-uses HAVE_ACPI_TABLES
+uses CONFIG_HAVE_ACPI_TABLES
 
 config chip.h
 
@@ -26,6 +26,6 @@ driver vt8237_ctrl.o
 driver vt8237r_ide.o
 driver vt8237r_lpc.o
 driver vt8237r_sata.o
-if HAVE_ACPI_TABLES
+if CONFIG_HAVE_ACPI_TABLES
        object vt8237_fadt.o
 end