This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / gigabyte / ga-6bxc / irq_tables.c
index bcc1fcd21b6800d2fe08b1ea1dca700c62125241..a56c62d3f814d96fad1fb1495aed2522f1924c32 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 */
        0xc00,                  /* IRQs devoted exclusively to PCI usage */