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