This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / amd / pistachio / mptable.c
index f0f77ef37ce7b3d61f02686144003d96633da9b5..23b38ca84623f946528519ff8ed975cc4c3ae92e 100644 (file)
@@ -142,7 +142,7 @@ void *smp_write_config_table(void *v)
        /* PCI interrupts are level triggered, and are
         * associated with a specific bus/device/function tuple.
         */
-#if HAVE_ACPI_TABLES == 0
+#if CONFIG_HAVE_ACPI_TABLES == 0
 #define PCI_INT(bus, dev, fn, pin) \
         smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, (bus), (((dev)<<2)|(fn)), apicid_sb600, (pin))
 #else