Add CONFIG_GENERATE_* for tables so that the user can select which tables not
[coreboot.git] / src / mainboard / amd / dbm690t / mptable.c
index daaf4d2daaed21489f015bee413b58456ea7bb5f..4c717769319222e288c65d8e6e401b9b055c98a4 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 CONFIG_HAVE_ACPI_TABLES == 0
+#if CONFIG_GENERATE_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