This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / msi / ms6119 / irq_tables.c
index effdfae731850db98a3af91a83a65da9ef666513..143a1104f52fd4528d3e13edf0774882b1f4821f 100644 (file)
@@ -23,7 +23,7 @@
 const struct irq_routing_table intel_irq_routing_table = {
        PIRQ_SIGNATURE,
        PIRQ_VERSION,
-       32 + 16 * IRQ_SLOT_COUNT,/* Max. number of devices on the bus */
+       32 + 16 * CONFIG_IRQ_SLOT_COUNT,/* Max. number of devices on the bus */
        0x00,                   /* Interrupt router bus */
        (0x07 << 3) | 0x0,      /* Interrupt router device */
        0x800,                  /* IRQs devoted exclusively to PCI usage */