This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / nvidia / mcp55 / Config.lb
index f84fde780f7db184670334e8e82ff9d3a5928999..492cd3fdf9a274ff0137a1cc5e653f4cf9b5a093 100644 (file)
@@ -19,7 +19,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
 driver mcp55.o
@@ -35,6 +35,6 @@ driver mcp55_pci.o
 driver mcp55_pcie.o
 driver mcp55_ht.o
 object mcp55_reset.o
-if HAVE_ACPI_TABLES
+if CONFIG_HAVE_ACPI_TABLES
        object mcp55_fadt.o
 end