This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / via / pc2500e / irq_tables.c
index a9f39ac54d34d4c229616fd9d28cebd2057b1f17..71d7ba0ef89767e9f5490f26c5067f4f2671cc8a 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 */
        (0x11 << 3) | 0x0,      /* Interrupt router device */
        0x828,                  /* IRQs devoted exclusively to PCI usage */